-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (36 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dashboard</title>
<link rel="stylesheet" href="./style.css">
<meta name="description" content="Zaza is an innovative educational platform designed for K-12 students to take interactive tests, enhance learning, and track progress. Empowering young minds with comprehensive assessments in a user-friendly environment. Join Zaza for a smarter, more engaging way to learn.">
<meta name="keywords" content="K-12 education, online tests, student assessments, interactive learning, educational platform, student progress, e-learning, school tests, educational resources, Zaza, academic success, digital learning tools, student quizzes">
<script src="https://kit.fontawesome.com/0714f826ea.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="hero">
<div class="heroT">
<h2>zaza</h2>
<h2>zaza</h2>
</div>
</div>
<div class="icon-container">
<a href="/projects.html">
<i class="fas fa-play"></i>
</a>
<a href="https://dfs3rzq44v6as.cloudfront.net/prxy/">
<i class="fas fa-magnifying-glass"></i>
</a>
<a href="https://dfs3rzq44v6as.cloudfront.net">
<i class="fas fa-seedling"></i>
</a>
</div>
<div class="content">
<span id="subtitle" style="font-size: 1.5em;">hello :D</span>
<script src="/js/login.js"></script>
</div>
</body>
</html>