Last active
August 15, 2020 00:09
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.