mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
14 lines
395 B
HTML
14 lines
395 B
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
</head>
|
|
<body>
|
|
<div id="root">
|
|
<h1>Demo page</h1>
|
|
<p>If you are seeing this then the server is working :)</p>
|
|
<!-- <<LINKS>> -->
|
|
</div>
|
|
<script src="script.js"></script>
|
|
</body> |