-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·26 lines (24 loc) · 905 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
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width initial-scale=1 user-scalable=no" />
<title>REACTJS / REDUX : DÉCOUVERTE ET MISE EN ŒUVRE @ WINAMAX</title>
<link href="/offline/opensans.css" rel="stylesheet" type="text/css">
<!-- dark theme -->
<!--<link rel="stylesheet" type="text/css" href="/offline/prism-tomorrow.css">-->
<!-- light theme -->
<link rel="stylesheet" type="text/css" href="/offline/prism-coy.css">
<style type="text/css">
.spectacle-content {
padding: 20px !important;
}
</style>
</head>
<body>
<div id="root"></div>
<div id="logo" style="top:10px;left: 20px;position:absolute;"><img src="/logo-winamax.png" style="width:96px;height:auto;"/></div>
<script src="/offline/prism.js" type="text/javascript"></script>
<script src="./dist/bundle.js"></script>
</body>
</html>