]> git.frustrated-labs.net Git - frustrated-functor.dev.git/commitdiff
add site skeleton
authorAlexander Goussas <[email protected]>
Mon, 6 Apr 2026 01:43:15 +0000 (20:43 -0500)
committerAlexander Goussas <[email protected]>
Mon, 6 Apr 2026 01:43:15 +0000 (20:43 -0500)
index.html

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..00ec6a5c03ccf7bae3d118e74f01ebed0c8fe677 100644 (file)
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <meta charset="utf-8">
+  <title></title>
+  <meta name="author" content="Alexander Goussas">
+  <meta name="description" content="Blog about programming">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.css" rel="stylesheet">
+  <script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js"></script>
+  <script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-dynamic-colors.min.js"></script>
+</head>
+
+<body>
+  <p>Hello, world!</p>
+  <script src="js/script.js"></script>
+</body>
+
+</html>