Browse Source

remove / from links in publications.html

main
Colin McMillen 4 years ago
parent
commit
ca1c0e726e
  1. 4
      publications.html

4
publications.html

@ -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…
Cancel
Save