-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (57 loc) · 2.57 KB
/
index.html
File metadata and controls
60 lines (57 loc) · 2.57 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>M3U</title>
<link rel="stylesheet" type="text/css" href="statics/style.css">
</head>
<body>
<!-- Header navigation -->
<header>
<div id="header_contents">
<div>Logo</div>
<div id="serrch_bar_section">
<div id="input">
<input type="search" placeholder="Search" />
</div>
<div id="search_lens">
</div>
</div>
<div id="header_navs">
<ul>
<li>About</li>
<li>Contact</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="34.875" height="34.875" viewBox="0 0 34.875 34.875"><defs><style>.a{fill:#fff;}</style></defs><path class="a" d="M17.438.563A17.438,17.438,0,1,0,34.875,18,17.434,17.434,0,0,0,17.438.563Zm0,6.75A6.188,6.188,0,1,1,11.25,13.5,6.188,6.188,0,0,1,17.438,7.313Zm0,24.188a13.474,13.474,0,0,1-10.3-4.8,7.839,7.839,0,0,1,6.926-4.2,1.72,1.72,0,0,1,.5.077,9.309,9.309,0,0,0,2.876.485,9.274,9.274,0,0,0,2.876-.485,1.72,1.72,0,0,1,.5-.077,7.839,7.839,0,0,1,6.926,4.2A13.474,13.474,0,0,1,17.438,31.5Z" transform="translate(0 -0.563)"/></svg>
</li>
</ul>
</div>
</div>
</header>
<!-- End header navigation -->
<main>
<div id="empty_content_background">
</div>
</main>
<div id="circle_float">
<div id="create_button">
<svg xmlns="http://www.w3.org/2000/svg" width="106" height="106" viewBox="0 0 106 106"><defs><style>.b{fill:none;stroke:#0f7398;stroke-width:9px;}</style></defs><line class="b" x2="106" transform="translate(0 53)"/><line class="b" y2="106" transform="translate(53)"/></svg>
</div>
<div id="circle_text">
Create Playlist
</div>
</div>
<div id="modal_flex">
<h3>Playlist Name</h3>
<div id="modal_input_text">
<input type="text" placeholder="Name" />
</div>
<div id="modal_buttons">
<button name="cancel">Cancel</button>
<button name="create">Create</button>
</div>
</div>
</body>
<script src="scripts/script.js"></script>
</html>