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

index 00ec6a5c03ccf7bae3d118e74f01ebed0c8fe677..3b4448e83dd332b6ef6235a303254ddd547c421c 100644 (file)
@@ -3,17 +3,19 @@
 
 <head>
   <meta charset="utf-8">
-  <title></title>
+  <title>Alexander Goussas | Programming</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>
+  <h1>Alexander Goussas</h1>
+  <h2>Blog about programming and friends</h2>
+
+  <section id="posts">
+  </section>
   <script src="js/script.js"></script>
 </body>