forked from franzenzenhofer/lighthouse-script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (23 loc) · 841 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Franz Enzenhofers Lighthouse Bulk Testing Tool</title>
<link rel="stylesheet" href="/static/styles.css">
</head>
<body>
<a href="/"><img src='/img/logo.png'></a>
<h1>Franz Enzenhofers Lighthouse Testing Tool</h1>
<pre id="console">Edit URLs or Start Tests
</pre>
<button id="edit-urls">Edit URLs</button>
<button id="rerun-tests">Start Tests</button>
<button id="reload-page" style="display:none;">
Tests are finished, reload page. <span>🔃</span>
</button>
<h2>Past Test Runs</h2>
<ul></ul>
<script src="/static/script.js"></script>
</body>
</html>