This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
124 lines (112 loc) · 5.68 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="zh-CN" style="position:fixed;width:100%;overflow:hidden">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.fadeInUp {
-webkit-animation: fadeInUp 1s;
animation: fadeInUp 1s
}
@keyframes fadeInUp {
0% {
margin-top: 500px;
opacity: 0
}
100% {
margin-top: 0;
opacity: 1
}
}
@-webkit-keyframes fadeInUp {
0% {
margin-top: 500px;
opacity: 0
}
100% {
margin-top: 0;
opacity: 1
}
}
.fadeInDown {
-webkit-animation: fadeInDown 1s;
animation: fadeInDown 1s
}
@keyframes fadeInDown {
0% {
margin-top: -500px;
opacity: 0
}
100% {
margin-top: 0;
opacity: 1
}
}
@-webkit-keyframes fadeInDown {
0% {
margin-top: -500px;
opacity: 0
}
100% {
margin-top: 0;
opacity: 1
}
}
</style>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width">
<title>Gennia</title>
<link href="./assets/css/semantic.min.css" rel="stylesheet">
<link href="./assets/css/reqwey.min.css" rel="stylesheet">
<link href="./assets/css/sweetalert2.min.css" rel="stylesheet">
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/semantic.min.js"></script>
<script src="./assets/js/sweetalert2.min.js"></script>
<link rel="shortcut icon" type="image/png" href="./assets/images/favicon-new.ico">
</head>
<body>
<div class="wrapper">
<div id="web_bg" style="background-image:url(./assets/img/galaxy.jpg)"></div>
</div>
<!-- <div class="reqtoolbar">
<div class="reqleftcontrols">
<a class="ui mini button" style="display: inline-block" href='./index.html'><svg class="reqreturnicon" style="display: inline-block;font-size: inherit;height: 1em;overflow: visible;vertical-align: -0.125em;font-size: 13px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M570.24 247.41L512 199.52V104a8 8 0 0 0-8-8h-32a8 8 0 0 0-7.95 7.88v56.22L323.87 45a56.06 56.06 0 0 0-71.74 0L5.76 247.41a16 16 0 0 0-2 22.54L14 282.25a16 16 0 0 0 22.53 2L64 261.69V448a32.09 32.09 0 0 0 32 32h128a32.09 32.09 0 0 0 32-32V344h64v104a32.09 32.09 0 0 0 32 32h128a32.07 32.07 0 0 0 32-31.76V261.67l27.53 22.62a16 16 0 0 0 22.53-2L572.29 270a16 16 0 0 0-2.05-22.59zM463.85 432H368V328a32.09 32.09 0 0 0-32-32h-96a32.09 32.09 0 0 0-32 32v104h-96V222.27L288 77.65l176 144.56z"/></svg></a>
</div>
<div class="reqtitle">
<h3>Home - Gennia</h3>
</div>
<div class="reqcontrols">
<div class="reqminicon" onclick=window.electron.windowMin()><svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 384 512">
<path d="M376 232H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h368c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z" />
</svg></div>
<div class="reqmaxicon" id="expandControl" style="display: inline-flex" onclick=toggleWindowExpand()><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.75 3h12.5A2.75 2.75 0 0121 5.75v12.5A2.75 2.75 0 0118.25 21H5.75A2.75 2.75 0 013 18.25V5.75A2.75 2.75 0 015.75 3zm0 1.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V5.75c0-.69-.56-1.25-1.25-1.25H5.75z" fill="currentColor"></path></svg></div>
<div class="reqmaxicon" id="restoreControl" style="display: none" onclick=toggleWindowRestore()><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.518 5H6.009a3.25 3.25 0 0 1 3.24-3h8.001A4.75 4.75 0 0 1 22 6.75v8a3.25 3.25 0 0 1-3 3.24v-1.508a1.75 1.75 0 0 0 1.5-1.732v-8a3.25 3.25 0 0 0-3.25-3.25h-8A1.75 1.75 0 0 0 7.518 5ZM5.25 6A3.25 3.25 0 0 0 2 9.25v9.5A3.25 3.25 0 0 0 5.25 22h9.5A3.25 3.25 0 0 0 18 18.75v-9.5A3.25 3.25 0 0 0 14.75 6h-9.5ZM3.5 9.25c0-.966.784-1.75 1.75-1.75h9.5c.967 0 1.75.784 1.75 1.75v9.5a1.75 1.75 0 0 1-1.75 1.75h-9.5a1.75 1.75 0 0 1-1.75-1.75v-9.5Z" fill="#212121"/></svg></div>
<div class="reqcloseicon" onclick=window.electron.windowClose()><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path xmlns="http://www.w3.org/2000/svg" d="m296.30487,261.00095l121.79059,-121.79059l25.11575,-25.11575c3.70502,-3.70502 3.70502,-9.72567 0,-13.43069l-26.87326,-26.87326c-3.70502,-3.70502 -9.72567,-3.70502 -13.43069,0l-146.90634,146.90634l-146.90634,-146.91822c-3.70502,-3.70502 -9.72567,-3.70502 -13.43069,0l-26.88513,26.87326c-3.70502,3.70502 -3.70502,9.72567 0,13.43069l146.91822,146.91822l-146.91822,146.90634c-3.70502,3.70502 -3.70502,9.72567 0,13.43069l26.87326,26.87326c3.70502,3.70502 9.72567,3.70502 13.43069,0l146.91822,-146.90634l121.79059,121.79059l25.11575,25.11575c3.70502,3.70502 9.72567,3.70502 13.43069,0l26.87326,-26.87326c3.70502,-3.70502 3.70502,-9.72567 0,-13.43069l-146.90634,-146.90634z"/>
</svg></div>
</div>
</div> -->
<div class="container" id="reqAppContainer">
<div class="fadeInDown avatar" style="text-align:center"><img class="avatarImg" src="./assets/img/favicon-new.png" alt="Gennia"
title="Gennia" style="max-height:150px; border-radius: 20%"></div>
<div class="fadeInUp ui segment" style="text-align:center;margin:-40px 0 0 0!important;padding-top:40px;z-index:-1">
<h1 style="font-size:2.4rem!important">Login to Gennia</h1>
<div class="ui form">
<div class="ui field">
<input type="text" name="username" id="username" onkeydown="keyLogin()" placeholder="Username">
</div>
<div class="ui field">
<div class="ui pink fluid submit button" id="submit" onclick="login()">Login</div>
</div>
</div>
</div>
</div>
<div class="reqbottombar">
<div class="reqleftfooter" id="leftfooter"></div>
<div class="reqrightfooter" id="rightfooter"></div>
</div>
<script src="./assets/js/socket.io.min.js"></script>
<script src="./renderer.js"></script>
<script>window.electron.queryInfo()</script>
</body>
</html>