We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033784b commit c6852b9Copy full SHA for c6852b9
templates/layout.html
@@ -5,12 +5,13 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
7
<link rel="stylesheet" href="{{ url_for('static', path='css/main.css') }}">
8
+
9
</head>
10
11
<body>
12
<div class="grid-container">
13
<div class="h">
- <div class="lo"><img class="logoimg" src="../img/boy_moon Mask.svg" alt=""></div>
14
+ <div class="lo"><img class="logoimg" src="{{ url_for ('static', path='img/boy_moon Mask.svg') }}"></div>
15
<div class="bra">
16
<h1>Moon Hugs</h1>
17
</div>
0 commit comments