-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
186 lines (92 loc) · 4.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.110.0">
<title>Redouane — Interesting stuff related to Computer Science, Gaming or Whatever</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="Interesting stuff related to Computer Science, Gaming or Whatever"/>
<meta name="keywords" content=""/>
<meta name="robots" content="noodp"/>
<link rel="canonical" href="https://red0xff.github.io/" />
<link rel="stylesheet" href="https://red0xff.github.io/assets/reminder.css" />
<link rel="stylesheet" href="https://red0xff.github.io/assets/style.css">
<link rel="stylesheet" href="https://red0xff.github.io/assets/blue.css">
<link rel="stylesheet" href="https://red0xff.github.io/style.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://red0xff.github.io/img/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="https://red0xff.github.io/img/favicon/blue.png">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Redouane — Interesting stuff related to Computer Science, Gaming or Whatever" />
<meta name="twitter:description" content="" />
<meta name="twitter:site" content="https://red0xff.github.io/" />
<meta name="twitter:creator" content="NIBOUCHA Redouane" />
<meta name="twitter:image" content="">
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Redouane — Interesting stuff related to Computer Science, Gaming or Whatever">
<meta property="og:description" content="" />
<meta property="og:url" content="https://red0xff.github.io/" />
<meta property="og:site_name" content="Redouane's Blog" />
<meta property="og:image" content="">
<meta property="og:image:width" content="2048">
<meta property="og:image:height" content="1024">
<meta property="article:section" content="security" />
<meta property="article:published_time" content="2019-04-24 09:27:58 +0200 CEST" />
</head>
<body class="">
<div class="container center">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Redouane's Blog
</div>
</a>
<div id="typingcode" class="hidden"></div>
<div id="fences"></div>
</div>
<div class="menu-trigger">menu</div>
</div>
<nav class="menu">
<ul class="menu__inner menu__inner--desktop">
<li><a href="/about/">About</a></li>
<li><a href="/posts/">Posts</a></li>
<li><a href="/search/">Search</a></li>
<li><a href="/writeups/">Writeups</a></li>
</ul>
<ul class="menu__inner menu__inner--mobile">
<li><a href="/about/">About</a></li>
<li><a href="/posts/">Posts</a></li>
<li><a href="/search/">Search</a></li>
<li><a href="/writeups/">Writeups</a></li>
</ul>
</nav>
</header>
<div class="content">
<main aria-role="main">
<header class="homepage-header">
<h1>Redouane's Blog</h1>
</header>
<div class="homepage-content">
<p>Welcome to my personal blog, it’s still under construction, but you can already check out some of my <a href="/posts/">posts</a> and <a href="/writeups/">writeups</a>.</p>
</div>
<div>
</div>
</main>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>© 2023 Powered by <a href="http://gohugo.io">Hugo</a></span>
<span>:: Proudly hosted on Github</span>
</div>
</div>
</footer>
<script src="https://red0xff.github.io/assets/main.js"></script>
<script src="https://red0xff.github.io/assets/prism.js"></script>
<script src="https://red0xff.github.io/assets/reminder.js"></script>
<script src="https://red0xff.github.io/assets/codetyper.js"></script>
</div>
</body>
</html>