mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
21 lines
635 B
HTML
21 lines
635 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,minimal-ui,shrink-to-fit=no">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<title>Solitaire - S E L E N I T E
|
|
</title>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<embed src="solitaire.swf" width="100%" height="100%">
|
|
</embed>
|
|
<script src="https://unpkg.com/@ruffle-rs/ruffle">
|
|
<script type="text/javascript" src="GameAnalytics.js">
|
|
</script>
|
|
</body>
|
|
</html>
|