mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
48 lines
2.4 KiB
HTML
48 lines
2.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Antimatter Dimensions</title>
|
|
<link rel="icon" type="image/png" href="icon.png">
|
|
<meta name="Antimatter Dimensions" content="A game about huge numbers and watching them go up." >
|
|
<script type="text/javascript" src='https://cdn1.kongregate.com/javascripts/kongregate_api.js'></script>
|
|
<link href="https://fonts.googleapis.com/css?family=PT+Mono" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/codemirror/codemirror.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/codemirror/show-hint.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/codemirror/lint.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/codemirror/panda-syntax.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/codemirror/liquibyte.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/vue-sfc-classes.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/components.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/ad-slider-component.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/glyphs.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css?3">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/automator.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/time-studies.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/tooltips.css">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/vis-network.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="loading"></div>
|
|
<div id="ui"></div>
|
|
<div id="background-animations">
|
|
<div class="videocontainer videocontainer--background">
|
|
<video autoplay muted loop id="stars">
|
|
<source src="images/stars-bg.webm" type="video/webm">
|
|
</video>
|
|
</div>
|
|
<div id="snow" style="display: none;"></div>
|
|
</div>
|
|
<div class="videocontainer">
|
|
<video preload muted id="realityanimbg" style="opacity: 0; display: none;">
|
|
<source src="images/realityanimbg.webm" type="video/webm">
|
|
</video>
|
|
</div>
|
|
<div id="performance-stats" class="c-performance-stats" style="display: none;"></div>
|
|
|
|
<script type="text/javascript" src="PlayFab/PlayFabClientApi.js"></script>
|
|
</body>
|
|
</html>
|