Merge pull request #455 from pi-hole/html

public/index.html: minor cleanup
This commit is contained in:
Mark Drobnak
2019-12-15 13:54:01 -05:00
committed by GitHub
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Pi-hole Web Interface</title>
<script type="text/javascript">
<script>
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
+2 -3
View File
@@ -2,13 +2,12 @@
<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, shrink-to-fit=no">
<link rel="shortcut icon" href="%PUBLIC_URL%/img/favicon.png">
<title>Pi-hole Web Interface</title>
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
<script>
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
@@ -42,7 +41,7 @@
<body class="app header-fixed sidebar-fixed sidebar-lg-show boxcontainer background-image">
<noscript>
<p align="center">Please enable JavaScript! This web interface will not work without it.</p>
<p style="text-align: center">Please enable JavaScript! This web interface will not work without it.</p>
</noscript>
<div id="root"></div>