blob: e70680bbb62152b014f41703d4f9c10e753c06f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<head>
<meta charset="UTF-8">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="stylesheet" href="./index.css" />
<title>Eat your greens !</title>
</head>
<body>
<div id="teleia-parent"></div>
<div id="os-box" style="display: none;">
<video id="ad-video" preload="auto" playsinline muted></video>
</div>
<script type="module" src="./index.js"></script>
</body>
</html>
|