-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsharingan.html
38 lines (38 loc) · 945 Bytes
/
sharingan.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
<!-- om namah shivay -->
<!-- https://www.github.com/riabhsh/ -->
<html>
<head>
<title>sharingan by RISHABH MAURYA</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="sharingan.css">
</head>
<body>
<!-- SHARINGAN by Rishabh Maurya -->
<main class="main">
<section class="container">
<h2>You're already under my genjutsu!</h2>
<!-- OUTER CIRCLE -->
<div class="oc">
<!-- INNER CIRCLE -->
<div class="ic">
<!-- TOUMOE CIRCLE -->
<div class="tc">
<!-- TOUMOE ARCH -->
<div class="tt"></div>
</div>
<div class="tc">
<div class="tt"></div>
</div>
<div class="tc">
<div class="tt"></div>
</div>
</div>
<!-- PUPIL -->
<div class="c"> </div>
</div>
<h3>Art By <a href="https://www.github.com/riabhsh/">Rishabh Maurya</a></h3>
</section>
</main>
</body>
</html>