-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
28 lines (28 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Project-Matrixx</title>
<meta charset="utf-8">
<meta name="author" content="techmatrixx">
<meta name="description" content="Simple Static Personal Webpage.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="Images/fevicon.ico">
<link href="https://cdn.lineicons.com/2.0/LineIcons.css" rel="stylesheet">
<link rel="stylesheet" href="Css/style.css">
</head>
<body>
<div class="container"></div>
<div class="content-box">
<img class="avatar" src="Images/matrixx.png">
<h1 class="text">Matrixx <span id="typeline" ></span></h1>
<div class="social">
<a href="https://github.com/ProjectMatrixx" class="lni lni-github-original" target="_blank" title="Rom source"></a>
<a href="https://t.me/projectmatrixx" class="lni lni-telegram-original" target="_blank" title="Connect with us"></a>
<a href="https://photos.app.goo.gl/dhqH44zbzGxhGVbJ7" class="lni lni-gallery" target="_blank" title="Get sneak peak"></a>
<a href="/devices.html" class="lni lni-mobile" target="_blank" title="Official Devices"></a>
<a href="/changelog.html" class="lni lni-pencil-alt" target="_blank" title="Get changelogs"></a>
</div>
</div>
<script src="Js/main.js"></script>
</body>
</html>