Modify Links

This commit is contained in:
Hyunchul Kim 2020-11-16 17:37:08 +09:00
parent 7272ddd3b1
commit fd130e92a5
6 changed files with 328 additions and 385 deletions

View file

@ -22,7 +22,7 @@
</a> </a>
</span> </span>
<span id="to_fragments"> <span id="to_fragments">
<a href="./fragments.html"> <a href="./authors.html">
FRAGMENTS FRAGMENTS
</a> </a>
</span> </span>

321
src/authors.html Normal file

File diff suppressed because one or more lines are too long

View file

@ -24,7 +24,7 @@
</a> </a>
</span> </span>
<span id="to_fragments"> <span id="to_fragments">
<a href="./fragments.html"> <a href="./authors.html">
FRAGMENTS FRAGMENTS
</a> </a>
</span> </span>

View file

@ -4,10 +4,12 @@
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi --> <!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./style/common.css" /> <link rel="stylesheet" type="text/css" href="./style/common.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="./scripts/mobileScroll.js"></script> <script src="./scripts/mobileScroll.js"></script>
</head>
</head>
<body> <body>
<div> <div>
<div id="menu"> <div id="menu">
@ -33,7 +35,7 @@
</a> </a>
</span> </span>
<span id="to_fragments"> <span id="to_fragments">
<a href="./fragments.html"> <a href="./authors.html">
FRAGMENTS FRAGMENTS
</a> </a>
</span> </span>

View file

@ -34,7 +34,7 @@
</a> </a>
</span> </span>
<span id="to_fragments"> <span id="to_fragments">
<a href="./fragments.html"> <a href="./authors.html">
FRAGMENTS FRAGMENTS
</a> </a>
</span> </span>

File diff suppressed because one or more lines are too long