diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-04-22 14:39:23 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 14:39:23 +0430 |
commit | 7311e7cc6cbb284ce9be0d2625d1c1621bb96f96 (patch) | |
tree | 73a6364473d071775ae30bf84a92ca24808256c3 /index.html | |
parent | 8f2e6cc94a604ea70d64a6aae68434ebbbd7f0d4 (diff) | |
download | exhq.github.io-7311e7cc6cbb284ce9be0d2625d1c1621bb96f96.tar.gz exhq.github.io-7311e7cc6cbb284ce9be0d2625d1c1621bb96f96.tar.bz2 exhq.github.io-7311e7cc6cbb284ce9be0d2625d1c1621bb96f96.zip |
started gamering
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -1 +1,30 @@ -hello world! +<!DOCTYPE html> +<html lang="en"> +<head> + <link rel="stylesheet" href="styles.css"> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>exhq shitposts</title> +</head> +<div class="topnav"> + <a class="active" href="#home">Home</a> + <a href="#ticd">Things i <u>cant</u> do </a> + <a href="#contact">Contact</a> + <a href="#about">About</a> + </div> +<body> + <div id="home"></div> + <br> <br> + <h1 class="header">have you ever wanted a "developer"</h1> + <h1 class="header">that <span class="empty"></span> nothing other than standing around being useless?</h1> + <img class="me" src="me.png" alt="me" class="me"> + <h2 class="mebeinguseless">a picture of me being useless</h2> + <div id="ticd"></div> + <h1 class="data">i <u>CANNOT</u> program: </h1> + <img class="javaimg" src="java.png" alt=""> + <span class="notjava" >java, this language is ass</span> + <div id="about"></div> + +</body> +</html> |