kdsfa
This commit is contained in:
parent
64bd77c5bf
commit
2ebaa1955a
@ -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>
|
||||||
|
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user