remove / from links in publications.html

This commit is contained in:
Colin McMillen 2020-02-07 09:04:09 -05:00
parent 7e7c238f5a
commit ca1c0e726e

View File

@ -8,13 +8,13 @@
<!-- import the webpage's stylesheet --> <!-- import the webpage's stylesheet -->
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:500,700|Press+Start+2P" rel="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 --> <!-- and favicon -->
<link rel="shortcut icon" type="image/png" href="/favicon.png"/> <link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<!-- and Java the scripts. --> <!-- and Java the scripts. -->
<script src="/script.js" defer></script> <script src="script.js" defer></script>
</head> </head>
<body> <body>
<header> <header>