[Change[ make it simple

This commit is contained in:
2024-04-27 23:19:43 +07:00
parent d839d1d150
commit 20ffa47c0f
8 changed files with 14 additions and 49 deletions
+1 -7
View File
@@ -1,7 +1 @@
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ignore folders generated by Bundler
.bundle/
vendor/
.idea
-13
View File
@@ -1,13 +0,0 @@
---
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
@@ -1,15 +0,0 @@
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]
+2 -1
View File
@@ -1 +1,2 @@
# tiennm
# tiennm
Just redirect to my website
-3
View File
@@ -1,3 +0,0 @@
title: TienNM
github_username: tiennm99
theme: minima
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 B

-10
View File
@@ -1,10 +0,0 @@
<!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>
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="vi">
<head>
<title>miti99</title>
<script>
window.location.replace("https://tiennm99.github.io");
</script>
</head>
<body>
</body>
</html>