Quellcode durchsuchen

adjusting board size to fit in expected tile

Justin Gilman vor 7 Monaten
Ursprung
Commit
eb290dbc4a

+ 2 - 2
htdocs/index.html

@@ -17,7 +17,7 @@
 
 	<link rel="stylesheet" type="text/css" href="./css/main.css" />
 	<link rel="stylesheet" type="text/css" href="./css/simplecarousel.css" />
-	<link rel="stylesheet" crossorigin href="./night-and-day/assets/index-U4nhAohf.css">
+	<link rel="stylesheet" crossorigin href="./night-and-day/assets/index-P1oR9gqR.css">
 	<link href="https://fonts.googleapis.com/css?family=Roboto|Oswald" rel="stylesheet" />
 </head>
 
@@ -386,7 +386,7 @@
 			asteroidToy.init();
 		});
 	</script>
-	<script type="module" crossorigin src="./night-and-day/assets/index-e3_Ra-cR.js"></script>
+	<script type="module" crossorigin src="./night-and-day/assets/index-1nO4pEl-.js"></script>
 	<script>
 		(function (i, s, o, g, r, a, m) {
 			i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
htdocs/night-and-day/assets/index-1nO4pEl-.js


+ 1 - 0
htdocs/night-and-day/assets/index-P1oR9gqR.css

@@ -0,0 +1 @@
+canvas.night-and-day{background-color:#ddd;width:300px;height:300px}

+ 0 - 1
htdocs/night-and-day/assets/index-U4nhAohf.css

@@ -1 +0,0 @@
-canvas.night-and-day{background-color:#ddd;width:512px;height:512px}

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
htdocs/night-and-day/assets/index-e3_Ra-cR.js


+ 2 - 2
htdocs/night-and-day/index.html

@@ -4,8 +4,8 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
     <title>Night and Day</title>
-  <script type="module" crossorigin src="/assets/index-e3_Ra-cR.js"></script>
-  <link rel="stylesheet" crossorigin href="/assets/index-U4nhAohf.css">
+  <script type="module" crossorigin src="/assets/index-1nO4pEl-.js"></script>
+  <link rel="stylesheet" crossorigin href="/assets/index-P1oR9gqR.css">
 </head>
 <body>
     <canvas class="night-and-day"></canvas>


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.