diff options
| author | roy <[email protected]> | 2026-06-08 04:10:25 +0300 |
|---|---|---|
| committer | roy <[email protected]> | 2026-06-08 04:10:25 +0300 |
| commit | c17d54a637fadef229723b90c4b09de233e77967 (patch) | |
| tree | 4dc5a2ba6dbbc44e78a8a6b49f65ac9dec0d64a7 /index.html | |
| parent | de4d59813b6ec55515fa76e303643011898fd234 (diff) | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -3,11 +3,12 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>hiiiii</title> - <link rel="stylesheet" href="style.css"> + <title>Roy Betsalel</title> + {{ include "globalhead.html" }} </head> <body> - <div>WIP come back later!! (:</div> - <script src="script.js"></script> + {{ include "header.html" }} + <h1>WIP! Come back when I'm done!!</h1> + <script src="index.js"></script> </body> -</html>
\ No newline at end of file +</html> |
