restructure source files

This commit is contained in:
Oskar Wickström
2025-01-25 14:51:52 +01:00
parent 99de347a6b
commit 1ab7a91565
9 changed files with 8 additions and 8 deletions

View File

@@ -7,8 +7,8 @@
<meta name="author" content="Oskar Wickström" />
<meta name="dcterms.date" content="2024-08-26" />
<title>The Monospace Web</title>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="index.css" />
<link rel="stylesheet" href="src/reset.css" />
<link rel="stylesheet" href="src/index.css" />
</head>
<body>
<table class="header">
@@ -18,7 +18,7 @@
<span class="subtitle">A minimalist design exploration</span>
</td>
<th>Version</th>
<td class="width-min">v0.1.2</td>
<td class="width-min">v0.1.3</td>
</tr>
<tr>
<th>Updated</th>
@@ -320,6 +320,6 @@ href="https://github.com/owickstrom/the-monospace-web">github.com/owickstrom/the
href="https://x.com/usgraphics">U.S. Graphics Company</a> for all the
inspiration.</p>
<div class="debug-grid"></div>
<script src="index.js"></script>
<script src="src/index.js"></script>
</body>
</html>