summaryrefslogtreecommitdiff
path: root/cars/index.html
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-07-29 15:44:18 -0700
committers1nical <[email protected]>2019-07-29 15:44:18 -0700
commitadb398b87ae4fba89c7b07b72a0e88aa4975d3ed (patch)
tree47f9eb8722ae29978c0f95b902291289f36f2ba6 /cars/index.html
parentupdate css to fit loading animation (diff)
downloads1n.pw-admin-adb398b87ae4fba89c7b07b72a0e88aa4975d3ed.tar.xz
s1n.pw-admin-adb398b87ae4fba89c7b07b72a0e88aa4975d3ed.zip
Basically update the whole site
lol
Diffstat (limited to 'cars/index.html')
-rw-r--r--cars/index.html50
1 files changed, 30 insertions, 20 deletions
diff --git a/cars/index.html b/cars/index.html
index fbf05be..164036d 100644
--- a/cars/index.html
+++ b/cars/index.html
@@ -1,23 +1,31 @@
<!DOCTYPE html>
+<html lang="en" class="">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <script src="./cars_files/console_runner-1df7d3399bdc1f40995a35209755dcfd8c7547da127f6469fd81e5fba982f6af.js.download"></script>
+ <script src="./cars_files/css_reload-5619dc0905a68b2e6298901de54f73cefe4e079f65a75406858d92924b4938bf.js.download"></script>
+ <meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="https://static.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico">
+ <link rel="mask-icon" type="" href="https://static.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111">
+ <style class="cp-pen-styles">
+ html {
+ background: #ccc;
+ }
-<html lang="en" class=""><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script src="./cars_files/console_runner-1df7d3399bdc1f40995a35209755dcfd8c7547da127f6469fd81e5fba982f6af.js.download"></script><script src="./cars_files/css_reload-5619dc0905a68b2e6298901de54f73cefe4e079f65a75406858d92924b4938bf.js.download"></script><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="https://static.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico"><link rel="mask-icon" type="" href="https://static.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111"><link rel="canonical" href="https://codepen.io/fleemaja/pen/rzeEWE">
-
-
-<style class="cp-pen-styles">html {
- background: #ccc;
-}
-
-canvas {
- position: absolute;
- top:0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
-}</style><link id="avast_os_ext_custom_font" href="chrome-extension://eofcbnmajmjmplflapaojjnihcjkigck/common/ui/fonts/fonts.css" rel="stylesheet" type="text/css"></head><body>
-
-<script src="./cars_files/stopExecutionOnTimeout-de7e2ef6bfefd24b79a3f68b414b87b8db5b08439cac3f1012092b2290c719cd.js.download"></script><script src="./cars_files/p5.min.js.download"></script><script src="./cars_files/matter.min.js.download"></script>
- <script id="rendered-js">
+ canvas {
+ position: absolute;
+ top:0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ margin: auto;
+ }
+ </style>
+ </head>
+ <body>
+ <script src="./cars_files/stopExecutionOnTimeout-de7e2ef6bfefd24b79a3f68b414b87b8db5b08439cac3f1012092b2290c719cd.js.download"></script>
+ <script src="./cars_files/p5.min.js.download"></script>
+ <script src="./cars_files/matter.min.js.download"></script>
+ <script id="rendered-js">
class Wall {
constructor(x, y, w, h, a) {
var options = {
@@ -383,5 +391,7 @@ function addWalls() {
rightWall = new Wall(width + wt2, height / 2, height, wallThickness, PI / 2);
}
//# sourceURL=pen.js
- </script>
-<canvas id="defaultCanvas0" width="1536" height="937" style="width: 1536.68px; height: 937px;"></canvas></body></html>
+ </script>
+ <canvas id="defaultCanvas0" width="1536" height="937" style="width: 1536.68px; height: 937px;"></canvas>
+ </body>
+</html>