-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.html
More file actions
27 lines (26 loc) · 838 Bytes
/
Copy patheditor.html
File metadata and controls
27 lines (26 loc) · 838 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Ticlo</title>
<link rel="icon" type="image/x-icon" href="/ticlo/assets/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Fredoka+One" rel="stylesheet" crossorigin="anonymous" />
<link rel="stylesheet" href="/ticlo/css/antd.css" />
<link rel="stylesheet" href="/ticlo/css/editor.css" />
<link rel="stylesheet" href="/ticlo/css/icons.css" />
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
}
</style>
</head>
<body class="css-var-r0">
<div id="app" style="height: 100%"></div>
<script type="module" src="/ticlo/assets/index.js" async></script>
</body>
</html>