forked from kode-team/easylogic.studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-fullpage.html
More file actions
21 lines (20 loc) · 978 Bytes
/
dev-fullpage.html
File metadata and controls
21 lines (20 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services -->
<link rel="icon" href="icon.png" sizes="128x128">
<meta charset="utf-8" />
<title>Fantastic Web Design Tool</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<meta name="description" content="You can make simply web with Web editor. "/>
<meta name="keywords" content="html5,css,svg,editor">
<meta name="author" content="easylogic">
<script src='https://unpkg.com/shiki'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.0/beautify.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.0/beautify-css.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.0/beautify-html.min.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>