Updates
This commit is contained in:
commit
036b940203
BIN
726c2296b05703758a8f65fd9097f683.png
Normal file
BIN
726c2296b05703758a8f65fd9097f683.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
27
index.html
Normal file
27
index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Transport</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- open graph tags -->
|
||||
<meta property="og:title" content="Transport" />
|
||||
<!-- <meta property="og:url" content="http://transport.hallada.net/" /> -->
|
||||
<!-- <meta property="og:image" content="http://proximity.hallada.net/img/proximity-300-zoomed.png" /> -->
|
||||
<!-- <meta property="og:image:type" content="image/png" /> -->
|
||||
<!-- <meta property="og:image:width" content="300" /> -->
|
||||
<!-- <meta property="og:image:height" content="300" /> -->
|
||||
<!-- <meta property="og:image:alt" content="Screenshot of the animation in action" /> -->
|
||||
<!-- <meta property="og:description" content="A procedurally generated and interactive animation created with PixiJS" /> -->
|
||||
<link href="main.css" rel="stylesheet"></head>
|
||||
<body>
|
||||
<script type="text/javascript" src="vendors.min.js"></script><script type="text/javascript" src="main.min.js"></script></body>
|
||||
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-39880341-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
<!-- End Google Analytics -->
|
||||
</html>
|
22
main.css
Normal file
22
main.css
Normal file
@ -0,0 +1,22 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: #1e1e1e;
|
||||
}
|
||||
|
||||
html, body, canvas {
|
||||
overflow: none;
|
||||
}
|
||||
|
||||
canvas {
|
||||
position: fixed !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
bottom: 0 !important;
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=main.css.map*/
|
1
main.css.map
Normal file
1
main.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":[],"names":[],"mappings":"","file":"main.css","sourceRoot":""}
|
2
main.min.js
vendored
Normal file
2
main.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
main.min.js.map
Normal file
1
main.min.js.map
Normal file
File diff suppressed because one or more lines are too long
37
vendors.min.js
vendored
Normal file
37
vendors.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
vendors.min.js.map
Normal file
1
vendors.min.js.map
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user