-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
index.html
24 lines (22 loc) · 1.17 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
<!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">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />
<script src='https://unpkg.com/[email protected]'></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>
<script type="module" src="./src/bootstraps/index.jsx"></script>
</body>
</html>