-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 1.53 KB
/
index.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
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>conres.io</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<!-- <link id="style:styles/markout.css" rel=preload as=style href="https://smotaal.io/markout/styles/markout.css" /> -->
<link rel=stylesheet href="https://smotaal.io/markout/styles/styles.css" />
<style>
html {
--shade: #66aa99f6;
/* --shade-dark: #336699f6; */
}
</style>
<!-- <script type="module">
document.body.querySelector('markout-content').setAttribute('src', location.hash.startsWith('#/') ? location.hash.slice(2).replace(/(?:.md|)$/i, '.md') : 'README.md');
(async () => {
// return import('/pholio/dist/pholio.js');
try {
if (location.protocol === 'http:') {
return import('/node_modules/@smotaal/pholio/dist/pholio.js');
}
} catch (exception) {
}
import('https://www.smotaal.io/pholio/dist/pholio.js');
})()
window.addEventListener('hashchange', () => location.reload());
</script> -->
</head>
<body>
<main>
<article style="text-align: center;">
<img width=75% alt="conres.io" src="./assets/conres-io-preview.png" />
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdRqPvEnPsaAuII0BkZGZq-lS3vZb6Z-LDdEoFUBbW-28UrPQ/viewform?embedded=true"
width="640" height="1040" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<!-- <markout-content></markout-content> -->
</article>
</main>
</body>
</html>