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> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="theme.css">
<title>About</title> <title>About</title>
</head> </head>
<body> <body>

View File

@ -2,6 +2,7 @@
<head> <head>
<title>ASCO Abstract Title Evaluator</title> <title>ASCO Abstract Title Evaluator</title>
<link rel="stylesheet" href="static/main.css"> <link rel="stylesheet" href="static/main.css">
<link rel="stylesheet" href="static/theme.css">
</head> </head>
<body> <body>
@ -48,7 +49,7 @@
</ol> </ol>
{% endif %} {% 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> <script>
function sub(event) { function sub(event) {