Add files via upload

This commit is contained in:
william
2022-09-09 12:35:39 +02:00
committed by GitHub
parent 0163559751
commit f9c5e54463
4 changed files with 34 additions and 6 deletions

View File

@@ -4,13 +4,17 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css"/>
<title>Reglas de BlueSMP 2</title>
<script async defer data-website-id="c1600752-83dd-4702-a53e-54c29b95cd9c" src="https://analytics.srizan.ml/umami.js"></script>
</head>
<body>
<h1>Reglas de BlueSMP 2 aparte de varios documentos útiles.</h1>
<h1>REGLA 1 e IMPORTANTE: IZAN TIENE EL DERECHO A CAMBIAR LAS REGLAS, PERO NO VA A HABER NADA QUE LE DE PRIVILEGIOS A OTRAS PERSONAS/GRUPOS.</h1>
<h5>La página es fea y así se quedará porque seguro que el server durará máximo 1 semana.</h5>
<h1>Reglas</h1>
<img src="content/bluesmp/BlueSMP2.png">
<h1>REGLA 1 e IMPORTANTE:<br> IZAN TIENE EL DERECHO A CAMBIAR LAS REGLAS,<br> PERO NO VA A HABER NADA QUE LE DE PRIVILEGIOS A OTRAS PERSONAS/GRUPOS.</h1>
<h5>El infringimiento de estas reglas desembocarán en un ban pero a lo mejor lo perdono.</h5>
<!-- RULES -->
<ul>

View File

@@ -4,6 +4,10 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css"/>
<title>Messages | Sr Izan's Website.</title>
<script async defer data-website-id="c1600752-83dd-4702-a53e-54c29b95cd9c" src="https://analytics.srizan.ml/umami.js"></script>
</head>

View File

@@ -4,12 +4,22 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css"/>
<title>Sr Izan's Website</title>
<script async defer data-website-id="c1600752-83dd-4702-a53e-54c29b95cd9c" src="https://analytics.srizan.ml/umami.js"></script>
</head>
<body>
my old website sucks, so I changed it to this one. Hope you like it heheh<br>
<a href="bluesmp2.html">bluesmp stuff</a><br>
<a href="discordmessages.html">funny discord messages</a><br>
<h1>Sr Izan's Website</h1>
<p>My old website sucks, so I changed it to this one. Hope you like it! heheh.</p>
<a href="https://github.com/SrIzan10">
<img src="https://avatars.githubusercontent.com/u/66965250"/>
</a>
<h2>A very experienced developer™</h2>
<h3>If you use Brave, consider tipping, I'm verified!</h3>
<a href="bluesmp2.html">bluesmp stuff</a>
<a href="discordmessages.html">funny discord messages</a>
</body>
</html>

10
styles.css Normal file
View File

@@ -0,0 +1,10 @@
body {
background-color: #2b2c38;
color:white;
font-family: 'JetBrains Mono', monospace;
text-align: center;
}
a {
color: rgb(80, 187, 223);
}