-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 1.2 KB
/
index.html
File metadata and controls
22 lines (18 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/edcan.ico"><title>EDCAN</title><style>html {
scroll-behavior: smooth;
}
* {
margin : 0;
padding : 0;
box-sizing: border-box;
list-style: none;
word-break: keep-all;
}
a {
color : black;
text-decoration: none;
}
#app {
width : 100%;
height : 100vh;
}</style><link rel="stylesheet" href="./../src/assets/style/font.css"><link href="/css/app.70f8307e.css" rel="preload" as="style"><link href="/js/app.7a33986d.js" rel="preload" as="script"><link href="/js/chunk-vendors.67f8f934.js" rel="preload" as="script"><link href="/css/app.70f8307e.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but 2022-edcan-web doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>Hello World</strong></noscript><div id="app" onselectstart="return false"></div><script src="/js/chunk-vendors.67f8f934.js"></script><script src="/js/app.7a33986d.js"></script></body></html>