premier commit

This commit is contained in:
nyanloutre 2019-01-09 17:17:14 +01:00
commit d2d72cc13e
4 changed files with 57 additions and 0 deletions

BIN
2019-01-06.zip Normal file

Binary file not shown.

BIN
Factorio-Mainbus.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 KiB

39
index.html Normal file
View File

@ -0,0 +1,39 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Factorio saves</title>
<meta name="description" content="Factorio save backups">
<meta name="author" content="Paul TREHIOU">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section>
<h1>Sauvegardes Factorio du serveur cancerigène 😂😂😂</h1>
<a href="2019-01-06.zip">2019-01-06 - La genèse</a>
</section>
<section>
<h1>Sites intéressants</h1>
<a href="https://autotorio.com/outpost">Générateur d'avant poste de minage</a>
</section>
<section>
<h1>Blueprints</h1>
<h2>Early game</h2>
<table>
<tr><td><a href="https://factorioprints.com/view/-KnQ865j-qQ21WoUPbd3">Tileable Science</a>
<tr><td><a href="https://factorioprints.com/view/-L0-rgc9Adip1XlJLhPj">Modular Robots</a>
<tr><td><a href="https://factorioprints.com/view/-KdDy33xxo8bNcEuP7CR">Belt Balancers (yellow)</a>
<tr><td><a href="https://factorioprints.com/view/-KdDyshQE57bO1GPobW0<Paste>">Belt Balancers (red)</a>
<tr><td><a href="https://factorioprints.com/view/-KjmZa8RznafImLVCmO1">Circuits (Red / Advanced) Octagon Simplified</a>
<h2>Mid game</h2>
<tr><td><a href="https://factorioprints.com/view/-KdDzQa6MxvM0B-9Hdfx">Belt Balancers (blue)</a>
<tr><td><a href="https://factorioprints.com/view/-L4cicYfz48pTnQpzfCb">Mk1 Advanced Oil Processing</a>
<tr><td><a href=""></a>
</table>
</section>
</body>
</html>

18
styles.css Normal file
View File

@ -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;
}