Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea/
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# HTF

- [ ] - Install WSL 2
- [ ] - Install Ubuntu
- [ ] - Install Dotnet in Ubuntu
- [ ] - Install VS-Code in Ubuntu
- [ ] - Install git/check if installed in Ubuntu
- [ ] - Generate SSH key
- [ ] - give the public SSH key to Matej
- [ ] - when Matej add you clone the project and add your name
- [ ] - Tinker with the project...
<h1 align="center"> Hack The Flag </h1>
<br>
<p align="center">
<a href="https://hacktheflag.net/">
<img alt="GitPoint" title="GitPoint" src="/img/HTF-bold-320-sh-lg.png" width="200">
</a>
</p>

<p align="center">
Unlock the secrets
</p>


## Introduction

![Build Status](https://img.shields.io/github/workflow/status/Hack-The-Flag/HTF?style=flat-square)
![Last Commit](https://img.shields.io/github/last-commit/Hack-The-Flag/HTF?style=flat-square)
![GitHub Repo stars](https://img.shields.io/github/stars/Hack-The-Flag/HTF?style=flat-square)

19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>

<!--
+___________+
/:\ ,:\
/ : \ , : \
/ : \ , : \
/ : +-----------+
+....:../:...+ : /|
|\ +./.:...`...+ / |
| \ ,`/ : :` ,`/ |
| \ /`. : : ` /` |
| , +-----------+ ` |
|, | `+...:,.|...`+
+...|...,'...+ | /
\ | , ` | /
\ | , ` | /
\|, `|/ Something is coming 6th of December 2024!
+___________+
-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down