11 lines
181 B
HTML
Executable File
11 lines
181 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>LiveEmily | Index</title>
|
|
<link rel="stylesheet" href="css/index.css">
|
|
</head>
|
|
<body>
|
|
<h1>Hi there!</h1>
|
|
<p>This is a paragraph</p>
|
|
</body>
|
|
</html>
|