mirror of
https://github.com/quatalog/site.git
synced 2024-11-22 06:42:57 +00:00
Tabs -> Spaces
This commit is contained in:
parent
a398faa29c
commit
ac1007ca83
56
index.html
56
index.html
|
@ -1,37 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Quatalog Home</title>
|
||||
<link rel="shortcut icon" href="./favicon/quatalogIcon.png">
|
||||
<link rel="icon" href="./favicon/favicon.ico">
|
||||
<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="16x16" href="./favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="./favicon/site.webmanifest">
|
||||
|
||||
<link rel="stylesheet" href="css/common.css"/>
|
||||
<link rel="stylesheet" href="css/home.css"/>
|
||||
<meta property="og:title" content="Quatalog"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:url" content="https://quatalog.com"/>
|
||||
<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:width" content="512"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:alt" content="Quatalog wordmark"/>
|
||||
<head>
|
||||
<title>Quatalog Home</title>
|
||||
<link rel="shortcut icon" href="./favicon/quatalogIcon.png">
|
||||
<link rel="icon" href="./favicon/favicon.ico">
|
||||
<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="16x16" href="./favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="./favicon/site.webmanifest">
|
||||
|
||||
<link rel="stylesheet" href="css/common.css"/>
|
||||
<link rel="stylesheet" href="css/home.css"/>
|
||||
<meta property="og:title" content="Quatalog"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:url" content="https://quatalog.com"/>
|
||||
<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:width" content="512"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:alt" content="Quatalog wordmark"/>
|
||||
|
||||
<script src="js/search_helper.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<svg id="home-title"><use href="./images/quatalogVWordmark.svg#QuatalogVWordmark"></use></svg>
|
||||
<script src="js/search_helper.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<svg id="home-title"><use href="./images/quatalogVWordmark.svg#QuatalogVWordmark"></use></svg>
|
||||
<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>
|
||||
<p id="home-footer">
|
||||
Check out our <a target="_blank" href="https://github.com/quatalog/quatalog">
|
||||
<p id="home-footer">
|
||||
Check out our <a target="_blank" href="https://github.com/quatalog/quatalog">
|
||||
source code
|
||||
<svg><use href="icons.svg#github-icon"></use></svg>
|
||||
</a> (or yell at us about issues!)
|
||||
</p>
|
||||
</body>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue