-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (29 loc) · 1.16 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
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Awesome Docker</title>
<link rel="icon" type="image/png" href="logo.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>🐳 Awesome Docker</h1>
<div class="announcement-box">
<pre class="announcement">Hey! Thank you for using 🐳 Awesome Docker!
The file that contains all the docker services is begining to become too big to handle at the current state. I do not want it to come to this but I may have to remove the docker run commands & compose files.
An alternative to this would be some services being removed after a while to free up space for new ones.
Please add me on Discord if you have suggestions!
@moistcatawumps
Stay tuned for more details!
- MoistCatawumpus</pre>
</div>
<div id="search-container">
<input type="text" id="searchInput" placeholder="Search Service... (e.g. Jellyfin)">
</div>
<div id="instructions"></div>
</div>
<script src="script.js"></script>
</body>
</html>