feat: add code coloration
All checks were successful
Deploy MinIO Explorer / deploy (push) Successful in 47s
All checks were successful
Deploy MinIO Explorer / deploy (push) Successful in 47s
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Index of /</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<!-- Prism.js pour la coloration syntaxique -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="page-container">
|
||||
@@ -69,5 +71,8 @@
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
<!-- Prism.js core et langages communs -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-core.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user