remove / from links in publications.html
This commit is contained in:
parent
7e7c238f5a
commit
ca1c0e726e
@ -8,13 +8,13 @@
|
||||
|
||||
<!-- import the webpage's stylesheet -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:500,700|Press+Start+2P" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
<!-- and favicon -->
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
||||
|
||||
<!-- and Java the scripts. -->
|
||||
<script src="/script.js" defer></script>
|
||||
<script src="script.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
Loading…
Reference in New Issue
Block a user