-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 1009 Bytes
/
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
<!DOCTYPE html>
<html debug="true">
<head>
<title>Front Playground</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link type="text/css" href="https://cdn.front.nu/dist/front.css" rel="stylesheet">
<link type="text/css" href="https://cdn.front.nu/dist/design/front/theme/front.css?4" rel="stylesheet">
<link type="image/x-icon" href="https://www.front.nu/favicon.ico" rel="shortcut icon">
<script src="https://cdn.front.nu/dist/front.js" plug="formatify;editor"></script>
</head>
<body>
<nav class="bcblack h3 bs2">
<figure class="mh100p">
<a class="b0" href="./" key="0"><img src="https://www.front.nu/assets/img/logo.png" /></a>
<button class="bcwhite black pa r1 t05 z08" onclick="editorPreview()">RUN</button>
</figure>
</nav>
<aside class="bcblack rh">
<section class="w50r toggleable xl_dn" include="code.html"></section>
</aside>
<main>
<iframe class="w100 h100 bw0"></iframe>
</main>
</body>
</html>