mirror of
https://gitlab.com/octospacc/WebPinBoard
synced 2025-06-05 22:09:16 +02:00
Update HTML (richpreview meta), Update my Data.md
This commit is contained in:
@ -8,9 +8,13 @@ neatly (I hope) categorized for everyone!
|
|||||||
|
|
||||||
uwu links..
|
uwu links..
|
||||||
|
|
||||||
### Finestra test
|
### My personal links!
|
||||||
- [Link 1](example.com)
|
|
||||||
- [Link 2](example.com)
|
- [Home](https://octospacc.gitlab.io) - Home page of this site!
|
||||||
|
|
||||||
|
- [Mastodon](https://mastodon.uno/@octo) - Microblog, 98% italian
|
||||||
|
- [Pixelfed](https://pixelfed.uno/@octo) - Where I post my pictures
|
||||||
|
- [Noblogo](https://noblogo.org/loli-documentatrice) - Blog, 100% italian (!)
|
||||||
|
|
||||||
### Finestra test 2 :Closed
|
### Finestra test 2 :Closed
|
||||||
[Link 1](example.com)
|
[Link 1](example.com)
|
||||||
|
@ -25,11 +25,17 @@ BaseHTML = """
|
|||||||
{LICENSE}
|
{LICENSE}
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{TITLE}</title>
|
|
||||||
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
||||||
<link rel="stylesheet" href="Style.css">
|
<link rel="stylesheet" href="Style.css">
|
||||||
|
|
||||||
|
<title>{TITLE}</title>
|
||||||
|
<meta property="og:title" content="{TITLE}">
|
||||||
|
<meta name="description" content="Personal Static HTML Pinboard">
|
||||||
|
<meta property="og:description" content="Personal Static HTML Pinboard">
|
||||||
|
<meta property="og:url" content="https://octospacc.gitlab.io/WebPinBoard">
|
||||||
|
<!-- <meta property="og:image" content="Screenshot.jpg"> -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="Background"> <!-- https://pixelfed.uno/i/web/post/419157143827461664 (CC BY-SA 4.0) -->
|
<div id="Background"> <!-- https://pixelfed.uno/i/web/post/419157143827461664 (CC BY-SA 4.0) -->
|
||||||
|
Reference in New Issue
Block a user