Tabs -> Spaces

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-10 22:06:10 -05:00
parent 6b82932df9
commit f7fa5c23bf

View file

@ -1,37 +1,37 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Quatalog Home</title> <title>Quatalog Home</title>
<link rel="shortcut icon" href="./favicon/quatalogIcon.png"> <link rel="shortcut icon" href="./favicon/quatalogIcon.png">
<link rel="icon" href="./favicon/favicon.ico"> <link rel="icon" href="./favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/site.webmanifest"> <link rel="manifest" href="./favicon/site.webmanifest">
<link rel="stylesheet" href="css/common.css"/> <link rel="stylesheet" href="css/common.css"/>
<link rel="stylesheet" href="css/home.css"/> <link rel="stylesheet" href="css/home.css"/>
<meta property="og:title" content="Quatalog"/> <meta property="og:title" content="Quatalog"/>
<meta property="og:type" content="website"/> <meta property="og:type" content="website"/>
<meta property="og:url" content="https://quatalog.com"/> <meta property="og:url" content="https://quatalog.com"/>
<meta property="og:description" content="It's like the catalog but based"/> <meta property="og:description" content="It's like the catalog but based"/>
<meta property="og:image" content="https://quatalog.com/images/quatalogVWordmarkBacking.png"/> <meta property="og:image" content="https://quatalog.com/images/quatalogVWordmarkBacking.png"/>
<meta property="og:image:width" content="512"/> <meta property="og:image:width" content="512"/>
<meta property="og:image:height" content="256"/> <meta property="og:image:height" content="256"/>
<meta property="og:image:alt" content="Quatalog wordmark"/> <meta property="og:image:alt" content="Quatalog wordmark"/>
<script src="js/search_helper.js"></script> <script src="js/search_helper.js"></script>
</head> </head>
<body> <body>
<svg id="home-title"><use href="./images/quatalogVWordmark.svg#QuatalogVWordmark"></use></svg> <svg id="home-title"><use href="./images/quatalogVWordmark.svg#QuatalogVWordmark"></use></svg>
<form onsubmit="search_helper(event)"> <form onsubmit="search_helper(event)">
<input type="text" class="home-search" id="search" placeholder="Search..."> <input type="text" class="home-search" id="search" placeholder="Search...">
</form> </form>
<p id="home-footer"> <p id="home-footer">
Check out our <a target="_blank" href="https://github.com/quatalog/quatalog"> Check out our <a target="_blank" href="https://github.com/quatalog/quatalog">
source code source code
<svg><use href="icons.svg#github-icon"></use></svg> <svg><use href="icons.svg#github-icon"></use></svg>
</a> (or yell at us about issues!) </a> (or yell at us about issues!)
</p> </p>
</body> </body>
</html> </html>