-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 746 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="">
<head>
<!-- Metas -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A simple tool to build Docker Compose files easily.">
<meta name="keywords" content="Docker, Compose, Builder, Tool, Web, Marco Cusano">
<meta name="author" content="Marco Cusano">
<meta name="theme-color" content="#2496ed">
<title>Docker: Compose Builder</title>
<!-- Favicons -->
<link rel="icon" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" href="/favicon-192x192.png" sizes="192x192">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>