skyrim-console-server/EmpathicQubit.ConsoleServer/static/index.html

11 lines
240 B
HTML
Raw Permalink Normal View History

2021-05-16 10:43:37 -04:00
<html>
<head>
<link rel="stylesheet" type="text/css" href="/index.css" />
</head>
<body>
<div id="content"></div>
<script type="module">
import './index.js'
</script>
</body>
</html>