cleanup
This commit is contained in:
parent
ea27af6140
commit
eca1372c58
|
@ -1,15 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<h1>
|
||||
Selfhosted Services
|
||||
</h1>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="https://unpkg.com/htmx.org@1.9.11"
|
||||
integrity="sha384-0gxUXCCR8yv9FM2b+U3FDbsKthCI66oH5IA9fHppQq9DDMHuMauqq1ZHBpJxQ0J0"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
|
||||
|
@ -17,6 +11,9 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>
|
||||
Selfhosted Services
|
||||
</h1>
|
||||
<ul class="list">
|
||||
<div class="card trunc" _="on click toggle .trunc on me">
|
||||
<img class="icon" src="nextcloud_icon_14.png">
|
||||
|
|
Loading…
Reference in a new issue