-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 853 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome, Visitor! - Aram Services</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="dark.css">
<script src="script.js"></script>
</head>
<body>
<h1 class="Welcome">Welcome, Visitor!</h1><br>
<h2>My name is <b>Abdur-Rahman</b> and I am a part of a company called <a href="https://github.com/Aram-Services">@Aram-Services</a>.</h2>
<br>
<h4><ul>
<li><a href="Solidity Files.html">Solidity Files</a>Done</li>
<li><a href = "https://github.com/aramservices/TTS-ARAM">Text-To-Speech by Aram Services</a>Done.</li>
<li><a href="https://github.com/aramservices/unimaginable-python-projects">UNIMAGINABLE Python Projects!!</a>Still experience new versions.</li>
</ul></h4>
</body>
</html>