Imgur-Clone/frontend/index.html
2024-04-12 20:19:40 -07:00

11 lines
202 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>My App</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Hello, world!</h1>
<script src="app.js"></script>
</body>
</html>