mirror of
https://gitlab.com/octospacc/WebPinBoard
synced 2025-03-09 16:40:08 +01:00
78 lines
2.6 KiB
HTML
78 lines
2.6 KiB
HTML
|
|
||
|
<!DOCTYPE html>
|
||
|
|
||
|
<!--
|
||
|
WebPinBoard
|
||
|
Copyright (C) 2022, OctoSpacc
|
||
|
https://gitlab.com/octospacc
|
||
|
|
||
|
This program is free software: you can redistribute it and/or modify
|
||
|
it under the terms of the GNU Affero General Public License as
|
||
|
published by the Free Software Foundation, either version 3 of the
|
||
|
License, or (at your option) any later version.
|
||
|
|
||
|
This program is distributed in the hope that it will be useful,
|
||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
GNU Affero General Public License for more details.
|
||
|
|
||
|
You should have received a copy of the GNU Affero General Public License
|
||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||
|
-->
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Bachecoctt</title>
|
||
|
<link rel="stylesheet" href="https://unpkg.com/98.css"> <!-- Credits: https://github.com/jdan/98.css -->
|
||
|
<link rel="stylesheet" href="Style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="Background"> <!-- https://pixelfed.uno/i/web/post/419157143827461664 (CC BY-SA 4.0) -->
|
||
|
<img src="https://i.imgur.com/GwCgSFC.png"> <!-- https://i.imgur.com/5bdkMlg.gif -->
|
||
|
</div>
|
||
|
|
||
|
<div class="InfoWindow">
|
||
|
<label for="Bachecoctt-Toggle"><p>Info Open/Close</p></label>
|
||
|
<input type="checkbox" id="Bachecoctt-Toggle" checked>
|
||
|
<div class="InfoWindowBody">
|
||
|
<h3>Bachecoctt</h3>
|
||
|
<p>A collection of some of my saved links and resources,<br />neatly (I hope) categorized for everyone!<br />(and example for my <a href="https://gitlab.com/octospacc/WebPinBoard">WebPinBoard</a> software)</p><ul><li>Data.md file License: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></li></ul><p>uwu links..</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="window">
|
||
|
<div class="title-bar">
|
||
|
<div class="title-bar-text">
|
||
|
Finestra test
|
||
|
</div>
|
||
|
<div class="title-bar-controls">
|
||
|
<label for="Finestra test-Toggle"><pre></pre></label>
|
||
|
</div>
|
||
|
</div>
|
||
|
<input type="checkbox" id="Finestra test-Toggle" >
|
||
|
<div class="window-body">
|
||
|
<ul><li><a href="example.com">Link 1</a></li><li><a href="example.com">Link 2</a></li></ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="window">
|
||
|
<div class="title-bar">
|
||
|
<div class="title-bar-text">
|
||
|
Finestra test 2
|
||
|
</div>
|
||
|
<div class="title-bar-controls">
|
||
|
<label for="Finestra test 2-Toggle"><pre></pre></label>
|
||
|
</div>
|
||
|
</div>
|
||
|
<input type="checkbox" id="Finestra test 2-Toggle" >
|
||
|
<div class="window-body">
|
||
|
<ul><li><a href="google.com">Link 1</a></li><li><a href="example.com">Link 2</a></li></ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|