mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-04-30 02:08:43 +00:00
oprava základní údaje + malý refactor
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="Kankys Matrix" content="O mně." />
|
||||
<title>O mně</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
||||
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link rel="stylesheet" href="../../style/style.css" />
|
||||
<link rel="shortcut icon" href="img/tux.png" />
|
||||
<link
|
||||
@@ -22,7 +28,7 @@
|
||||
<body style="cursor: url(../../res/site/icons/archlinux.png), auto">
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">O mně</h1>
|
||||
<a href="../../" class="btn">Domů</a>
|
||||
<a href="../../" class="btn"><i class="fa fa-home"></i> Domů</a>
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
|
||||
Reference in New Issue
Block a user