mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-18 17:23:40 -05:00
42 lines
1.4 KiB
HTML
42 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
|
|
crossorigin="anonymous"></script>
|
|
<title>Papa's Pancakeria</title>
|
|
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
|
|
<script src="/index.js"></script>
|
|
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
<!--Google Analytics-->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() { dataLayer.push(arguments); }
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-M9KJ1XPKLF');
|
|
</script>
|
|
<!--Google Analytics-->
|
|
<style>
|
|
html, body {
|
|
background-color: black;
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
.container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100vh;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<object data="/reider/storage/gxmes/papaspancakeria/papaspancakeria.swf" width="1000" height="800" type="application/x-shockwave-flash">
|
|
<param name="allowScriptAccess" value="always">
|
|
<param name="allowFullScreen" value="true">
|
|
</object>
|
|
</div>
|
|
</body>
|
|
</html>
|