filedrop/public/index.html
2019-07-29 18:55:54 -04:00

14 lines
176 B
HTML

<html>
<head>
<title>Express</title>
<link rel="stylesheet" href="/stylesheets/style.css">
</head>
<body>
<h1>Express</h1>
<p>Welcome to Express</p>
</body>
</html>