[+] Add placeholders

This commit is contained in:
Azalea Gui
2023-02-10 15:35:02 -05:00
parent db4198c238
commit 1240138e77
+5 -1
View File
@@ -4,16 +4,20 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<title>Directory Listing</title> <title>Meow Index</title>
<!-- HEAD-PLACEHOLDER -->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
</head> </head>
<body style="margin: 0; height: 100%; font-family: 'Nunito', 'Roboto', 'Microsoft YaHei UI', Avenir, Helvetica, Arial, sans-serif;"> <body style="margin: 0; height: 100%; font-family: 'Nunito', 'Roboto', 'Microsoft YaHei UI', Avenir, Helvetica, Arial, sans-serif;">
<!-- BODY-TOP-PLACEHOLDER -->
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" style="height: 100%"></div> <div id="root" style="height: 100%"></div>
<script src="/src/index.tsx" type="module"></script> <script src="/src/index.tsx" type="module"></script>
<!-- BODY-BOTTOM-PLACEHOLDER -->
</body> </body>
</html> </html>