-
Notifications
You must be signed in to change notification settings - Fork 14
/
index2.html
41 lines (39 loc) · 1.38 KB
/
index2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<script src="mini-coi.js" scope="./"></script>
<title>Invent</title>
<!-- Recommended meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="https://pyscript.net/releases/2024.10.1/core.css" />
<script type="module" src="https://pyscript.net/releases/2024.10.1/core.js"></script>
<style>
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
a, a:visited {
color: #004dcc;
}
h2 {
color: #0000008a;
}
</style>
</head>
<body>
<div style="margin: auto; width: 85%">
<img src="./static/logo_black.svg" style="height: 128px;"/>
<h2>Express yourself with code.</h2>
<p>
<a href="https://github.com/invent-framework/invent" target="_blank">Source code</a> ·
<a href="https://invent-framework.github.io/" target="_blank">Documentation</a> ·
<a href="./examples/" target="_blank">Examples</a> ·
<a href="./examples/theme_testcard/index.html" target="_blank">Widgets</a> ·
<a href="https://discord.gg/TKyjvSynTP" target="_blank">Community</a>
</p>
<p>Starting test suite... (<a href="index.html">MicroPython version</a>)</p>
<script type="py" src="./static/main.py" config="./static/settings.json"
terminal worker></script>
</div>
</body>
</html>