-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
29 lines (25 loc) · 911 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
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EasyCDN</title>
<link rel="stylesheet" href="assets/css/index.css">
</head>
<body>
<div class="ec__container">
<div id="ec__header">
<h1 id="ec__page_head">EasyCDN</h1>
<a id="ec__github_link" href="https://github.com/RamGoel/easyCDN">
<span id="ec__version"></span> <img id="ec__github_icon" src="assets/images/github.png" />
</a>
</div>
<input type="text" placeholder="Search CDN" id="ec__search_input">
<p id="ec__message_text">Click on item to copy code</p>
<div id="ec__links_container">
</div>
</div>
<script type="module" src="assets/js/index.js"></script>
</body>
</html>