|
1 | | -<!DOCTYPE html> |
2 | | -<html lang="en"> |
3 | | -<head> |
4 | | - <meta charset="UTF-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>Robin's Site</title> |
7 | | - <meta name="robots" content="index,follow"> |
8 | | - <meta name="generator" content="noai"> |
9 | | - <meta name="ai" content="noai"> |
10 | | - <meta name="robots" content="noai,noimageai"> |
11 | | - <meta http-equiv="X-Robots-Tag" content="noai,noimageai"> |
12 | | - <link rel="stylesheet" href="styles.css"> |
13 | | -</head> |
14 | | -<body> |
15 | | - <div class="header-title"><span id="site-brand">Robin's Site </span><span id="fs-path">~/</span></div> |
16 | | - <nav> |
17 | | - <a href="index.html">Home</a> | |
18 | | - <a href="projects.html">Projects</a> | |
19 | | - <a href="notes.html">Notes</a> | |
20 | | - <a href="blog.html">Blog</a> |
21 | | - </nav> |
22 | | - <div class="header-row"> |
23 | | - <p>Welcome! Sharing ideas, projects, school notes, and more.</p> |
24 | | - <button id="theme-toggle" aria-label="Toggle Dark Mode">Dark Mode</button> |
25 | | - </div> |
26 | | - <script src="script.js"></script> |
27 | | -</body> |
28 | | -</html> |
| 1 | +<div class="header-title"><span id="site-brand">Robin's Site </span><span id="fs-path">~/</span></div> |
| 2 | +<nav> |
| 3 | + <a href="index.html">Home</a> | |
| 4 | + <a href="projects.html">Projects</a> | |
| 5 | + <a href="notes.html">Notes</a> | |
| 6 | + <a href="blog.html">Blog</a> |
| 7 | +</nav> |
| 8 | +<div class="header-row"> |
| 9 | + <p>Welcome! Sharing ideas, projects, school notes, and more.</p> |
| 10 | + <button id="theme-toggle" aria-label="Toggle Dark Mode">Dark Mode</button> |
| 11 | +</div> |
0 commit comments