mirror of
https://github.com/SrIzan10/mariagvcftutorial.git
synced 2026-06-28 03:12:22 +00:00
Add files via upload
This commit is contained in:
BIN
fonts/comic.ttf
Normal file
BIN
fonts/comic.ttf
Normal file
Binary file not shown.
37
index.htm
Normal file
37
index.htm
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>mgvks.cf</title>
|
||||
<script>
|
||||
for (let i = 1; i < 14819354829553487623789; i++) {
|
||||
console.log(`helo yor computer has virus`)
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: comicsans;
|
||||
src: url(./fonts/comic.ttf);
|
||||
}
|
||||
body {
|
||||
font-family: comicsans;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>h1</h1>
|
||||
<h2>h2</h2>
|
||||
<h3>h3</h3>
|
||||
<h4>h4</h4>
|
||||
<h5>h5</h5>
|
||||
<h6>h6</h6>
|
||||
|
||||
<p>parrafo</p>
|
||||
<p>parrafo con <strong>negrita</strong></p>
|
||||
<a href="https://web.srizan.ml/">mi web secundaria</a><br>
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user