inline->css

This commit is contained in:
m
2026-03-13 20:52:24 +01:00
parent 752a32a5ac
commit 01c186edc7
3 changed files with 27 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
@@ -17,6 +17,10 @@
href="{{ url_for('static', filename='css/simple-blog-template.css') }}"
rel="stylesheet"
/>
<link
href="{{ url_for('static', filename='css/blog.css') }}"
rel="stylesheet"
/>
</head>
<body>