This commit is contained in:
Jacob Signorovitch 2024-12-23 10:02:39 -05:00
parent 64bd77c5bf
commit 2ebaa1955a
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="theme.css">
<title>About</title>
</head>
<body>

View File

@ -2,6 +2,7 @@
<head>
<title>ASCO Abstract Title Evaluator</title>
<link rel="stylesheet" href="static/main.css">
<link rel="stylesheet" href="static/theme.css">
</head>
<body>
@ -48,7 +49,7 @@
</ol>
{% endif %}
<center><a href="{{ url_for('static', filename='about.html') }}">about</a></center>
<center><a href="{{ url_for('static', filename='about.html') }}">About</a></center>
<script>
function sub(event) {