liveemily.com/index.html

11 lines
181 B
HTML
Raw Normal View History

2021-07-27 07:33:32 -04:00
<html>
<head>
2021-07-27 07:51:24 -04:00
<title>LiveEmily | Index</title>
<link rel="stylesheet" href="css/index.css">
2021-07-27 07:33:32 -04:00
</head>
<body>
<h1>Hi there!</h1>
<p>This is a paragraph</p>
</body>
</html>