summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-02 00:35:49 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-02 00:35:49 +0500
commitc91b841f79d0c489f9f9526120a5412b4f025cbf (patch)
tree89a396a0aed3bb8649e4fb741e33028009042706 /index.html
initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..18ac08e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>pwyazha</title>
+ <link rel="icon" type="image/gif" href="images/maxwell.gif">
+ <link rel="stylesheet" type="text/css" href="style.css">
+ <meta charset="utf-8">
+ </head>
+ <body>
+ <header>
+ <h1>Hello, this is <em>my</em> website.</h1>
+ Thanks for stopping by!
+ </header>
+ <h2>Well...</h2>
+ <p>nya~</p>
+ <img src="images/maxwell.gif" />
+ <footer>
+ <a href="https://git.pwyazha.ru">git</a>
+ </footer>
+ <script src="scripts/helloworld.js"></script>
+ </body>
+</html>