Skip to content
Snippets Groups Projects

added page color

Merged Felix Chadwick-Smith requested to merge master into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -7,6 +7,12 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js"></script>
<script src="https://kit.fontawesome.com/221d185582.js" crossorigin="anonymous"></script>
<style>
body.home-page {
color: blue
}
</style>
</head>
<body>
<nav>
Loading