TODO: la suite n'a jamais été finie
Mais pour la postérité ahah, la voici quand même!
This commit is contained in:
11
html/default_template
Normal file
11
html/default_template
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<meta charset="utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<script src="script.js"></script>
|
||||
<a href="{}" class="next">></a>
|
||||
<div class="content"> {} </div>
|
||||
</body>
|
||||
</html>
|
||||
19
html/index.html
Normal file
19
html/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<meta charset="utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<script src="script.js"></script>
|
||||
<a href="25" class="next">></a>
|
||||
<div class="content">
|
||||
<div class="texte">
|
||||
Accouplement de chaussettes rurales<br>
|
||||
-- <br>
|
||||
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté. </div>
|
||||
<div class="images">
|
||||
<img src="IMG_20180508_182547139.jpg" alt="chaussette">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
0
html/script.js
Normal file
0
html/script.js
Normal file
32
html/style.css
Normal file
32
html/style.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.prev{
|
||||
float:left
|
||||
}
|
||||
.next{
|
||||
float:right
|
||||
}
|
||||
.content{
|
||||
width:80%;
|
||||
margin-left:10%;
|
||||
padding-top:10px
|
||||
}
|
||||
img{
|
||||
max-width:100%
|
||||
}
|
||||
|
||||
.texte{
|
||||
border:1px solid black;
|
||||
padding:10px
|
||||
}
|
||||
|
||||
.images{
|
||||
margin-top:20px
|
||||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
font-size: 500%;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
margin-top: 25%;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user