Compare commits
1 Commits
old_css
...
html_frame
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4935c0accd |
22
index.html
22
index.html
@@ -8,29 +8,9 @@
|
|||||||
<title>hugulumu.fr</title>
|
<title>hugulumu.fr</title>
|
||||||
<meta name="description" content="site web de hugo lamy, developpeur">
|
<meta name="description" content="site web de hugo lamy, developpeur">
|
||||||
<script type="text/javascript" src="./scripts/load_html.js" defer></script>
|
<script type="text/javascript" src="./scripts/load_html.js" defer></script>
|
||||||
|
<link href="./styles/style.css" type="text/css" rel="stylesheet">
|
||||||
<!--
|
<!--
|
||||||
<link href="./style.css" type="text/css" rel="stylesheet">
|
|
||||||
-->
|
-->
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
body * {
|
|
||||||
display: flex;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
script, style {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
p, pre {
|
|
||||||
line-height: 0.8;
|
|
||||||
font-size: 12px;
|
|
||||||
font-family: monospace;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 10px 0px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
19
styles/style.css
Normal file
19
styles/style.css
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
body {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
body * {
|
||||||
|
display: flex;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
script, style {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
p, pre {
|
||||||
|
line-height: 0.8;
|
||||||
|
font-size: 12px;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
margin: 10px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user