summaryrefslogtreecommitdiff
path: root/abdul-blog/hello-world.html
diff options
context:
space:
mode:
authorW. Kosior <koszko@koszko.org>2024-05-27 12:19:19 +0200
committerW. Kosior <koszko@koszko.org>2024-05-27 12:29:59 +0200
commitee8fac8ab8529e2d105c7e55c2c9b28aefd19b46 (patch)
tree7f7559d0ba91710624eb2c76a9765587595d8153 /abdul-blog/hello-world.html
parent2d05ae83321cdf8aa3abab6acdd69f331ef4b89a (diff)
downloadAGH-ctf-course-2024-magister.tar.gz
AGH-ctf-course-2024-magister.zip
Update and add remaining files.HEADmagister
Diffstat (limited to 'abdul-blog/hello-world.html')
-rw-r--r--abdul-blog/hello-world.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/abdul-blog/hello-world.html b/abdul-blog/hello-world.html
new file mode 100644
index 0000000..0c938e6
--- /dev/null
+++ b/abdul-blog/hello-world.html
@@ -0,0 +1,49 @@
+
+<head>
+ <style>
+ html {
+ font-size: 16px;
+ line-height: 1.6;
+ color: #1E4147;
+ background-color: #AAC789;
+ --width: calc(100vw - 20px);
+ --height: calc(100vh - 20px);
+ width: var(--width);
+ height: var(--height);
+ border: #8A8A69 solid 10px;
+ overflow-y: hidden;
+ }
+
+ body {
+ margin: 0 auto;
+ max-width: var(--width);
+ max-height: var(--height);
+ overflow-y: scroll;
+ }
+
+ main {
+ max-width: 920px;
+ padding: 1rem 2rem;
+ }
+
+ pre {
+ background-color: #eee;
+ margin: 0 -1rem;
+ padding: 1rem;
+ overflow-x: auto;
+ }
+
+ a {
+ color: #AA2E00;
+ }
+
+ a:visited {
+ color: #802200;
+ }
+ </style>
+</head>
+<body>
+ <main>
+<h1>Hello, World!</h1><p>I just discovered server ctftilde.koszko.org. It seems the first public tilde server with available GNU Guix for the users. And also it has Gemini server ^^ What an wonderful opportunity to start an blog!</p><p><a href='/~abdul/index.html'>back into blog index</a></p>
+ </main>
+</body>