fix: use absolute paths
This commit is contained in:
parent
9e43c85791
commit
c362d17262
3 changed files with 21 additions and 21 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="styles/common.css" />
|
||||
<link rel="stylesheet" href="styles/index.css" />
|
||||
<link rel="stylesheet" href="/styles/common.css" />
|
||||
<link rel="stylesheet" href="/styles/index.css" />
|
||||
<link rel="icon" type="image/webp" href="/public/logo.webp" />
|
||||
<title>Barrett Ruth</title>
|
||||
</head>
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
</div>
|
||||
</a>
|
||||
<div class="header-links">
|
||||
<a target="_blank" href="public/resume.pdf">Resume</a>
|
||||
<a target="_blank" href="public/transcript.pdf">Transcript</a>
|
||||
<a target="_blank" href="/public/resume.pdf">Resume</a>
|
||||
<a target="_blank" href="/public/transcript.pdf">Transcript</a>
|
||||
<!-- <a href="about.html">About</a> -->
|
||||
<a href="/wip.html">About</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue