Untitled
2 years ago in HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My Cool Site</title>
</head>
<body>
<h1>Hello and Welcome!</h1>
<p>This is my very cool & epic website. I hope you like it :D</p>
</body>
</html>