Commit d77da3bb authored by Kristian Tan's avatar Kristian Tan

Added css file

parent 614764a6
body {
background-color: aqua;
}
\ No newline at end of file
<!DOCTYPE html>
<head>
<title>Current Status</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment