Initial import
This commit is contained in:
commit
dd314435bd
40 changed files with 1175 additions and 0 deletions
36
index.html
Normal file
36
index.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>MakeArmy • Home</title>
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="icon" href="/images/favicon.png" type="image/png">
|
||||
<link rel="icon" href="/images/favicon.ico">
|
||||
|
||||
<link rel="preload" href="styles.css" as="style">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
</head>
|
||||
<body>
|
||||
<header class="topbar">
|
||||
<div class="brand">
|
||||
<div class="logo">
|
||||
<img src="/images/ma-icon.png" alt="MakeArmy logo">
|
||||
</div>
|
||||
<div class="titles">
|
||||
<h1>MakeArmy</h1>
|
||||
<p>Welcome to the Maker Dash</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="search">
|
||||
<input id="search" type="search" placeholder="Start typing to filter" autocomplete="off" />
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main id="app" class="wrap" aria-live="polite"></main>
|
||||
|
||||
<script defer src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue