-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheaderHTML.h
21 lines (21 loc) · 912 Bytes
/
headerHTML.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
const char PAGE_INDEX_HTML[] PROGMEM = R"=====(
<!DOCTYPE html>
<html lang="en">
<head>
<title>NiXieCLocK</title>
<meta name="Description" content="Une horloge basée sur un esp8266 et des tubes Nixies">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#00878f">
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" sizes="144x144" href="/images/favicon-144x144.png">
<link rel="Shortcut Icon" type="image/ico" href="/images/favicon.ico">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" type="text/css" media="all" href="/css/main.css">
<script src="/js/microajax.js"></script>
<script src="/js/WebSocket.js"></script>
</head>
<body>
<center>
)=====";