mirror of
https://github.com/lucaspalomodevelop/monitoring-server.git
synced 2026-03-13 06:59:37 +00:00
14 lines
176 B
HTML
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>
|