self contain htmls
This commit is contained in:
parent
423920637c
commit
f2ae37b059
6 changed files with 41 additions and 55 deletions
6
502.html
6
502.html
|
@ -5,5 +5,7 @@
|
|||
<link rel="stylesheet" href="https://nulo.ar/center.css" />
|
||||
<title>502 me caí :(</title>
|
||||
|
||||
<h1>Me caí :( mala puerta de enlace</h1>
|
||||
<img src="se-cayó.jpg" alt="Estx servidorx caídx al lado de unx que no" />
|
||||
<body style="margin: auto">
|
||||
<h1>Me caí :( mala puerta de enlace</h1>
|
||||
<img src="se-cayó.jpg" alt="Estx servidorx caídx al lado de unx que no" />
|
||||
</body>
|
||||
|
|
|
@ -2,6 +2,25 @@
|
|||
<meta charset="utf8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html.css" />
|
||||
<style>
|
||||
body {
|
||||
background: white;
|
||||
color: #111;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
html {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#controls {
|
||||
position: absolute;
|
||||
}
|
||||
</style>
|
||||
<title>atr</title>
|
||||
|
||||
<div id="controls">
|
||||
|
@ -15,27 +34,11 @@
|
|||
</div>
|
||||
<div class="coso">
|
||||
<label for="diff-x">diff x</label>
|
||||
<input
|
||||
name="diff-x"
|
||||
id="diff-x"
|
||||
type="range"
|
||||
min="-100"
|
||||
max="100"
|
||||
step="0.1"
|
||||
value="10"
|
||||
/>
|
||||
<input name="diff-x" id="diff-x" type="range" min="-100" max="100" step="0.1" value="10" />
|
||||
</div>
|
||||
<div class="coso">
|
||||
<label for="diff-y">diff y</label>
|
||||
<input
|
||||
name="diff-y"
|
||||
id="diff-y"
|
||||
type="range"
|
||||
min="-100"
|
||||
max="100"
|
||||
step="0.1"
|
||||
value="10"
|
||||
/>
|
||||
<input name="diff-y" id="diff-y" type="range" min="-100" max="100" step="0.1" value="10" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
body {
|
||||
background: white;
|
||||
color: #111;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
html {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#controls {
|
||||
position: absolute;
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
body {
|
||||
margin: auto;
|
||||
}
|
17
timer.html
17
timer.html
|
@ -2,7 +2,22 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="https://nulo.in/drip.css" />
|
||||
<link rel="stylesheet" href="timer.html.css" />
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
main {
|
||||
text-align: center;
|
||||
padding: 0 1em;
|
||||
}
|
||||
input {
|
||||
width: 5em;
|
||||
}
|
||||
</style>
|
||||
<title>Timer de guita</title>
|
||||
|
||||
<main>
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
main {
|
||||
text-align: center;
|
||||
padding: 0 1em;
|
||||
}
|
||||
input {
|
||||
width: 5em;
|
||||
}
|
Reference in a new issue