-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaccount.html
24 lines (21 loc) · 1.12 KB
/
account.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>Signin your ABS account</title>
<link rel="stylesheet" type="text/css" media="screen" href="css/account.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/common.css" />
<link rel="stylesheet" type="text/css" media="screen" href="node_modules/animate.css/animate.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<script type="text/javascript" src="node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="./src/jquery-3.6.4.min.js"></script>
<script type="text/javascript" src="./node_modules/axios/dist/axios.min.js"></script>
<script src="./src/pwValidator.js"></script>
<script src="./src/common.js"></script>
<script src="./src/account.js"></script>
</head>
<body>
</body>
</html>