20 lines
538 B
HTML
Executable File
20 lines
538 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>LiveEmily | Index</title>
|
|
<link rel="stylesheet" href="css/index.css">
|
|
</head>
|
|
<body>
|
|
<div class="navbar-top">
|
|
<a href="#" class="active">Home</a>
|
|
<a href="/about.html">About me</a>
|
|
<a href="/contact.html" class="float-right">Contact me</a>
|
|
</div>
|
|
<div class="content">
|
|
<h1>Hi there! Welcome to liveemily.com</h1>
|
|
<p>This is going to be my portfolio website, please stay tuned for any more content that might get added!</p>
|
|
</div>
|
|
<div class="navbar-bottom">
|
|
</div>
|
|
</body>
|
|
</html>
|