diff options
-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> |