Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
G4TG5AG committed Aug 13, 2023
1 parent d1182ef commit bf2b50e
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions home/index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
<html>
<head>
<style>
@font-face {
font-family: 'MeiryoFont';
src: url('https://G4TG5AG.github.io/fonts/Meiryo/MEIRYO.TTC');
}
body {
font-family: 'MeiryoFont',Meiryo UI;
}
.MeiryoFontText {
font-family: 'MeiryoFont',Meiryo UI;
}
a:link {
color: #0078d4;
text-decoration: underline;
}
a:visited {
color: #0078d4;
text-decoration: underline;
}
a:hover {

}
a:active {
color: #0078d4;
text-decoration: underline;
}
</style>
<title>Home</title>
</head>
<body>
<h1>Home</h1>
<a href="https://G4TG5AG.github.io/downloads/">Downloads</a>
</body>
<head>
<style>
@font-face {
font-family: 'MeiryoFont';
src: url('https://G4TG5AG.github.io/fonts/Meiryo/MEIRYO.TTC');
}
body {
font-family: 'MeiryoFont',Meiryo UI;
}
.MeiryoFontText {
font-family: 'MeiryoFont',Meiryo UI;
}
a:link {
color: #0078d4;
text-decoration: underline;
}
a:visited {
color: #0078d4;
text-decoration: underline;
}
a:hover {
}
a:active {
color: #0078d4;
text-decoration: underline;
}
</style>
<title>Home</title>
</head>
<body>
<h1>Home</h1>
<a href="https://G4TG5AG.github.io/downloads/">Downloads</a>
</body>
</html>

0 comments on commit bf2b50e

Please sign in to comment.