fixed broken paths
This commit is contained in:
parent
de531bdc73
commit
90ee64a920
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>My Projects</title>
|
||||
<link rel="stylesheet" href="../../../style/style.css" />
|
||||
<link rel="stylesheet" href="../../style/style.css" />
|
||||
<link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico">
|
||||
</head>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
A custom serif font based off of Times New Roman.
|
||||
</td>
|
||||
<td>
|
||||
<a href="../../../res/downloads/DarkNewRoman.ttf">Download font (truetype 28.9 KiB)</a>
|
||||
<a href="../../res/downloads/DarkNewRoman.ttf">Download font (truetype 28.9 KiB)</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue