adding css
This commit is contained in:
parent
d2520f701e
commit
e04e90bf5e
7
static/style.css
Normal file
7
static/style.css
Normal file
@ -0,0 +1,7 @@
|
||||
body {
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: white
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>sarsoo</title>
|
||||
<title>sarsoo</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>sarsoo</h1>
|
||||
|
||||
<h1>sarsoo</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user