mirror of
https://github.com/nvms/soma3.git
synced 2025-12-13 14:40:52 +00:00
24 lines
548 B
HTML
24 lines
548 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="color-scheme" content="light dark" />
|
|
<link rel="stylesheet" href="index.css" />
|
|
<style>
|
|
:root {
|
|
--light-start: 0.92;
|
|
--light-end: 0.13;
|
|
--chroma-start: 0.001;
|
|
--chroma-end: 0.01;
|
|
}
|
|
</style>
|
|
<title>Application</title>
|
|
{{ css }}
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
{{ livereload }} {{ js }}
|
|
</body>
|
|
</html>
|