-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (37 loc) · 1.4 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
<!DOCTYPE html>
<html class="h-100">
<head>
<meta charset="UTF-8">
<title>Steam Avatar Changer</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<link rel="stylesheet" href="./resources/css/bootstrap4.css">
<style>
.window-appicon {
background-size: 24px !important;
left: 4px;
}
</style>
</head>
<body class="h-100">
<div class="container h-100">
<div class="row h-100 justify-content-center align-items-center">
<div class="col-7">
<h2>Steam Login</h2>
<form name="ipcForm" onSubmit="JavaScript:sendForm(event)">
<div class="form-group">
<label for="user">Username</label>
<input type="text" name="user" id="user" class="form-control" placeholder="Username">
</div>
<div class="form-group">
<label for="pass">Password</label>
<input type="password" name="pass" id="pass" class="form-control" placeholder="*********">
</div>
<input class="btn btn-primary" type="submit" value="Login">
</form>
</div>
</div>
</div>
</body>
</html>
<script src='titlebarRenderer.js'></script>
<script src='renderer.js'></script>