-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
26 lines (23 loc) · 888 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
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>First Contribuition</title>
<link rel="stylesheet" href="./main.css">
<script src="./data.js" defer></script>
<script src="./script.js" defer></script>
</head>
<body>
<div class="main-content">
<h1>Remember your First Unity Project</h1><hr>
<div class="container">
</div>
</div>
<div class="author-text" style="color: rgb(255, 255, 255); position: fixed; bottom: 0;">
<p>Made with ❤️ by <a href="https://github.com/krishna050702" target="_blank"><b>Krishna Mundada</b></a></p>
</div>
</body>
</html>