···11-<!DOCTYPE html>
22-<html>
33- <head>
44- <meta charset="UTF-8">
55- <meta name="viewport" content="width=device-width, initial-scale=1.0">
66- <title>The web site of nicolasperez</title>
77- <!-- The style.css file allows you to change the look of your web pages.
88- If you include the next line in all your web pages, they will all share the same look.
99- This makes it easier to make new pages for your site. -->
1010- <link href="/style.css" rel="stylesheet" type="text/css" media="all">
1111- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=3">
1212-<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=3">
1313-<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png?v=3">
1414-<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=3">
1515-<link rel="manifest" href="/site.webmanifest?v=3">
1616-<link rel="mask-icon" href="/safari-pinned-tab.svg?v=3" color="#5bbad5">
1717-<link rel="shortcut icon" href="/favicon.ico?v=3">
1818-<meta name="apple-mobile-web-app-title" content="Tapeykatt">
1919-<meta name="application-name" content="Tapeykatt">
2020-<meta name="msapplication-TileColor" content="#2d89ef">
2121-<meta name="msapplication-TileImage" content="/mstile-144x144.png?v=3">
2222-<meta name="theme-color" content="#2d89ef">
2323- </head>
2424- <body>
2525- <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
2626-2727-<script>
2828-window.RufflePlayer = window.RufflePlayer || {};
2929-window.RufflePlayer.config = {
3030-"autoplay": "on",
3131-"unmuteOverlay":"hidden",
3232-};
3333-</script>
3434- <embed src="https://files.catbox.moe/35iwpa.swf" width="550" height="400">
3535- </body>
3636-</html>