-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 913 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
<html>
<head>
<title>Google Developer Student Club ASU</title>
<link rel="stylesheet" href="style.css">
<!-- <script src="script.js"></script> -->
<meta charSet="utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=0.7, shrink-to-fit=no"/>
</head>
<body>
<div class="header">
<img src="img/dsclogo_white_2.png" alt="" class="logo">
<h3 class="title">Google Developer Student Club at ASU</h3>
</div>
<div class="info-session">
<center>
<img src="img/dsclogo.png" alt="" class="logo">
<p class="desc">Thank you for joining us at the Info Session! Please join our <a href="https://asudsc.com/discord">Discord</a> for more info!</p>
</center>
</div>
</body>
</html>