static-app / index.html
neil-code's picture
Update index.html
6e86239 verified
raw
history blame
190 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Index</title>
</head>
<body>
<h1>
Index
</h1>
<h3>
<a href="home.html">home</a>
</h3>
</body>
</html>