-
Notifications
You must be signed in to change notification settings - Fork 0
/
construction.html
41 lines (38 loc) · 1.4 KB
/
construction.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
<!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">
<title>🏗️🚧👷♂️ | Work in Progress</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="theorycont">
<div class="sidebar">
<ul class="sidebar">
<li style="font-size: 13"> </li>
<li></li>
<li>
<b><a class="sidebar" href="/Fundamentals/KYM">Fundamentals of C</a></b>
</li>
<li>
<a class="sidebar" href="/Basics/About">Basics of C</a>
</li>
<li>
<a class="sidebar" href="/Construction">Intermediates of C</a>
</li>
<li><a class="sidebar" href="/Construction">Data Structures in C</a></li>
<li>
<a class="sidebar" href="/index.html">Back to Portal</a>
</li>
</ul>
</div>
<div class="left" style="position: relative; top: 75px">
<p style="font-size: 42px; text-align: center;">
Patience Learner! This content will be made online to you very shortly! <br> 🔰🏫🏗️👨💻💻🖥️
</p>
</div>
</div>
</body>
</html>