Files
http-server-in-c/public/includetest.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>