Files
mariagvcftutorial/index.htm
2022-09-12 17:03:48 +02:00

37 lines
1.1 KiB
HTML

<!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>