1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

Updates meta tags

This commit is contained in:
Amir
2019-05-21 08:47:52 -07:00
parent 309c0240c0
commit b7bfe1cb7a
2 changed files with 7 additions and 5 deletions

View File

@@ -5,8 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Dozzle - Log viewer for Docker</title>
<meta name="description" content="Dozzle is a free and small log viewer for docker containers." />
<meta name="keywords" content="docker, logs, dozzle, containers, logging, kibana, papertrail, loggly" />
<link href="https://fonts.googleapis.com/css?family=Roboto|Gafta&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="style.scss" inline="inline"/>
<link rel="stylesheet" type="text/css" href="style.scss" inline="inline" />
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
<body>
@@ -23,9 +25,9 @@
</h1>
<a class="button is-primary is-large is-rounded" href="https://github.com/amir20/dozzle">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>GitHub</span>
<i class="fab fa-github"></i>
</span>
<span>GitHub</span>
</a>
<a class="button is-info is-large is-rounded" href="#more">Learn More</a>
</div>

File diff suppressed because one or more lines are too long