-
Notifications
You must be signed in to change notification settings - Fork 60
/
placeholder.html
35 lines (32 loc) · 1.24 KB
/
placeholder.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
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>wnr</title>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimal-ui" />
<script>
window.$ = require("jquery/dist/jquery.slim.min.js");
</script>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="res/fonts/iconfont.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<script src="supporter.js"></script>
<div class="d-flex mx-auto justify-content-center align-items-center text-dark" id="main">
<div id="now-timing" class="text-center h1 work">
<img src="res/icons/wnrIcon.png" width="8%" />
<br />
<h6 class="text-center text-muted">
<br />
<script>document.write(i18n.__('focus-mode'));</script>
</h6>
</div>
<div id="all-sum" class="small font-weight-bold text-muted align-self-center">
<script>document.write(i18n.__('has-multi-displays'));</script>
</div>
</div>
<script src="renderer.js"></script>
</body>
</html>