unpixel/src/front/settings/index.html

14 lines
358 B
HTML
Raw Normal View History

2021-04-06 15:03:44 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Settings</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
2021-06-09 12:12:23 +02:00
<link href="../base.css" rel="stylesheet" charset="utf-8" />
2021-04-06 15:03:44 +02:00
</head>
<body>
<main></main>
2022-01-09 18:45:39 +01:00
<script type="module" src="./index.tsx"></script>
2021-04-06 15:03:44 +02:00
</body>
</html>