-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yax Template</title>
<meta name="description" content="">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mavo/0.2.0/mavo.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mavo/0.2.0/mavo.min.css">
<link rel="stylesheet" href="https://unpkg.com/@vladocar/basic.css@1.0.3/css/basic.css">
<link rel='stylesheet' href="/assets/styles/site.css">
</head>
<body mv-app="simple" mv-storage="local" mv-plugins="tinymce">
<main style="margin: 5%">
<header>
<h1 id="title" property class="tinymce">Tiny Sites: Basic.css</h1>
</header>
<section>
<article>
<h4 id="card-headline-1" property class="tinymce">Lightweight</h4>
<p id="card-content-1" property class="tinymce">1 Kb stylesheet is fast to load.</p>
</article>
<article>
<h4 id="card-headline-2" property class="tinymce">No CSS classes</h4>
<p id="card-content-2" property class="tinymce">Attractive styles for all HTML elements.</p>
</article>
<article>
<h4 id="card-headline-3" property class="tinymce">Cards Included</h4>
<p id="card-content-3" property class="tinymce">Use <section> tags to make cards.</p>
</article>
</section>
<div id="content" property class="tinymce">
Edit here.
</div>
</main>
</body>
</html>