Skip to content

Commit 4ff1e48

Browse files
committed
Add icon :)
1 parent b624c54 commit 4ff1e48

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

assets/favicon.svg

Lines changed: 16 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="description" content="Field notes on exploits, reverse engineering, and farming bugs.">
77
<meta name="color-scheme" content="dark">
88
<title>// 0xDRED</title>
9+
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
910
<link rel="stylesheet" href="assets/css/style.css">
1011
</head>
1112
<body>

post.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="color-scheme" content="dark">
77
<title>// 0xDRED</title>
8+
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
89
<link rel="stylesheet" href="assets/css/style.css">
910
</head>
1011
<body>

0 commit comments

Comments
 (0)