[Add] init

This commit is contained in:
2023-09-19 19:39:00 +07:00
parent 4f9a4d9194
commit 01149fa563
5 changed files with 41 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
layout: default
permalink: /404.html
---
<head>
<title>404</title>
<meta http-equiv="refresh" content="0;url=https://tiennm99.github.io">
</head>
<body>
<p>If you are not redirected, <a href="https://tiennm99.github.io">click here</a>.</p>
</body>
+15
View File
@@ -0,0 +1,15 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.3.2"
gem "minima", "~> 2.5"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
+3
View File
@@ -0,0 +1,3 @@
title: TienNM
github_username: tiennm99
theme: minima
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>TienNM</title>
<meta http-equiv="refresh" content="0;url=https://tiennm99.github.io">
</head>
<body>
<p>If you are not redirected, <a href="https://tiennm99.github.io">click here</a>.</p>
</body>
</html>