mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
11 lines
387 B
HTML
11 lines
387 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="/js/all.js"></script>
|
|
<title>Snake</title>
|
|
</head>
|
|
<body style="background-color: #404040; margin: 0px; overflow: hidden;">
|
|
<iframe src="./inframe.html" style="display: block; border: none; width: 600px; height: 600px; margin: 0px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);"></iframe>
|
|
</body>
|
|
</html>
|