-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.html
More file actions
37 lines (37 loc) · 1.14 KB
/
Copy pathrules.html
File metadata and controls
37 lines (37 loc) · 1.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=>, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 style="color: white;
text-align: center;">
RULES AND REGULATIONS OF
<sup style="color: red">MACHIAVELLI</sup><br><hr>
<button style="background: #000;;"><a href="index.html">BACK</a></button><br><br>
<main>
<article>
<h3>
<i>
"The rules of the Machiavelli is thought to be the rules that follow the ways and life of <strong><br><a href="lord.html">Nicollo Machiavelli</a>"</strong>
</i>
</h3>
</article>
<ul>
<li>PLAY THE FOOL.</li><br>
<li>NEVER OUTSHINE THE MASTER.</li><br>
<li>GIVE TO MAKE PEOPLE DEPENDENT ON YOU.</li><br>
<li>CURIOUSITY ONLY KILLS MOUSE.</li><br>
<li>KILL ONLY WHEN YOU HAVE TO.</li><br>
<li>ACT FRAGILE.</li><br>
<li>BE INDISTRUCTIBLE.</li><br>
</ul>
</main><br>
<em style="color: red;">
FOR THE COMMUNITY HAVE NO PITY ON THE SOULS OF THE <sub>WEAK</sub>
</em>
</body>
</html>