mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
15 lines
224 B
HTML
15 lines
224 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Express</title>
|
|
<link rel="stylesheet" href="/stylesheets/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Express</h1>
|
|
<p>Welcome to Express</p>
|
|
<script src="javascripts/bundle.js"></script>
|
|
</body>
|
|
|
|
</html>
|