This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccounts.html
56 lines (53 loc) · 1.63 KB
/
accounts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Computer Science Test</title>
<link rel="shortcut icon" href="assets/logo.png" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/head.css" />
<link rel="stylesheet" href="assets/css/accounts.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="shttps://www.googletagmanager.com/gtag/js?id=G-GJ5DVQ4B4H"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtags() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-GJ5DVQ4B4H");
</script>
</head>
<body>
<header class="header">
<a href="" class="logo"
><img class="logo" src="assets/logo.png" alt="Huto Logo" /> Computer
Science Test</a
>
<div class="header-right">
<a href="signup">Sign up</a>
<a onclick="">User setting</a>
<a onclick="netlifyIdentity.logout()">Sign Out</a>
</div>
</header>
<div class="accounts">
<h1 id="welcome">Wel</h1>
<h4 id="email">@.</h4>
</div>
<script src="assets/js/accounts.js"></script>
<script src="assets/js/console_logging.min.js"></script>
<!-- Start of HubSpot Embed Code -->
<script
type="text/javascript"
id="hs-script-loader"
async
defer
src="//js-na1.hs-scripts.com/24263915.js"
></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>