This commit is contained in:
parent
2b34943a48
commit
fc102e866c
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
19
.woodpecker.yml
Normal file
19
.woodpecker.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
image: appleboy/drone-scp
|
||||||
|
settings:
|
||||||
|
strip_components: 1
|
||||||
|
host:
|
||||||
|
from_secret: host
|
||||||
|
username:
|
||||||
|
from_secret: ssh_user
|
||||||
|
target:
|
||||||
|
from_secret: path
|
||||||
|
source: src/
|
||||||
|
key:
|
||||||
|
from_secret: ssh_key
|
@ -24,7 +24,7 @@
|
|||||||
width: 23px;
|
width: 23px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: url('/assets/img/logo_transparent.png');
|
background: url('/src/assetssets/img/logo_transparent.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -33,7 +33,7 @@
|
|||||||
width: 23px;
|
width: 23px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: url('/assets/img/logo_transparent.png');
|
background: url('/src/assetssets/img/logo_transparent.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 546 B |
@ -7,7 +7,7 @@
|
|||||||
<script src="assets/calculator.js"></script>
|
<script src="assets/calculator.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Range Slider Picture</h1>
|
<h1>Käfigrechner</h1>
|
||||||
|
|
||||||
<div class="slidecontainer">
|
<div class="slidecontainer">
|
||||||
<input type="range" min="1" max="20" value="4" class="slider" id="numRats">
|
<input type="range" min="1" max="20" value="4" class="slider" id="numRats">
|
Loading…
Reference in New Issue
Block a user