mirror of
https://github.com/ION606/ion606.github.io.git
synced 2026-05-14 22:16:59 +00:00
removed '.html' extension from links
This commit is contained in:
+3
-3
@@ -27,9 +27,9 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>Welcome to my Personal Website!</h1>
|
<h1>Welcome to my Personal Website!</h1>
|
||||||
<p>My (user)name's ION606, feel free to looks at my stuffs</p>
|
<p>My (user)name's ION606, feel free to looks at my stuffs</p>
|
||||||
<button onclick="window.location.href = 'README.html';">README</button>
|
<button onclick="window.location.href = 'README';">README</button>
|
||||||
<button onclick="window.location.href = 'links.html';">Links</button>
|
<button onclick="window.location.href = 'links';">Links</button>
|
||||||
<button onclick="window.location.href = 'projects.html';">Projects</button>
|
<button onclick="window.location.href = 'projects';">Projects</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -7,9 +7,9 @@ function createPageMenu() {
|
|||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
{ text: 'Home', href: '/' },
|
{ text: 'Home', href: '/' },
|
||||||
{ text: 'Projects', href: 'projects.html' },
|
{ text: 'Projects', href: 'projects' },
|
||||||
{ text: 'README', href: 'README.html' },
|
{ text: 'README', href: 'README' },
|
||||||
{ text: 'Links', href: 'links.html' }
|
{ text: 'Links', href: 'links' }
|
||||||
];
|
];
|
||||||
|
|
||||||
links.forEach(link => {
|
links.forEach(link => {
|
||||||
|
|||||||
Reference in New Issue
Block a user