commit d2d72cc13e691fdc26230a32ba9cf1484c1972c9 Author: nyanloutre Date: Wed Jan 9 17:17:14 2019 +0100 premier commit diff --git a/2019-01-06.zip b/2019-01-06.zip new file mode 100644 index 0000000..5dc28b4 Binary files /dev/null and b/2019-01-06.zip differ diff --git a/Factorio-Mainbus.jpg b/Factorio-Mainbus.jpg new file mode 100644 index 0000000..1101f6e Binary files /dev/null and b/Factorio-Mainbus.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..ecd935d --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + + + + + + Factorio saves + + + + + + + +
+

Sauvegardes Factorio du serveur cancerigène 😂😂😂

+ 2019-01-06 - La genèse +
+
+

Sites intéressants

+ Générateur d'avant poste de minage +
+
+

Blueprints

+

Early game

+ +
Tileable Science +
Modular Robots +
Belt Balancers (yellow) +
Belt Balancers (red) +
Circuits (Red / Advanced) Octagon Simplified +

Mid game

+
Belt Balancers (blue) +
Mk1 Advanced Oil Processing +
+
+
+ + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..470a2f8 --- /dev/null +++ b/styles.css @@ -0,0 +1,18 @@ +@import url('https://fonts.googleapis.com/css?family=Raleway'); + +body { + background-image: url("Factorio-Mainbus.jpg"); + font-family: 'Raleway', sans-serif; +} + +section { + background-color: white; + border-radius: 0.3rem; + margin: 1rem; + padding: 0.3rem; + box-shadow: 5px 5px 5px #000; +} + +h1 { + font-size: xx-large; +}