Last active
August 15, 2020 00:09
-
-
Save Jme7/e97fb538c1ba5e59f635ee9e3d2b84a8 to your computer and use it in GitHub Desktop.
Template home webpage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset = "utf-8"> | |
<title>Homepage</title> | |
<style> | |
</style> | |
</head> | |
<body> | |
<h1>Title</h1> | |
<script> | |
</script> | |
</body> | |
</html> |
Is it? Oh wow, I can't believe I forgot about that!
hehe :)
-_-
what
It's a face. Kind of like this face: 😒
- eye
_ mouth
-_-
^ face with closed eyes and flat mouth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
</body>
Tag is missing.