-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>30 Days of Javascript Exercises</title>
</head>
<body>
<div class="container">This repository contains the exercise results from <a target="__blank"
href="https://github.com/Asabeneh/30-Days-Of-JavaScript">https://github.com/Asabeneh/30-Days-Of-JavaScript</a>
<p>Please open the console to view the results. </p>
<small>*Shortcut <strong>for Mac:</strong> Command + Option + J, <strong>for Windows / Linux:</strong> F12 or
Control + Shift + J </small>
<ul>
<li><a href="./01_Day_Introduction/01_Day_Introduction.html">01 - Day -Introduction</a></li>
<li><a href="./02_Day_Data_types/02_Day_Data_types.html"></a></li>
</ul>
<small class="footer">Thank you for this great series <a href="https://github.com/Asabeneh">Asabeneh</a> 🙏</small>
</div>
</body>
</html>