Skip to content

Commit 58576a7

Browse files
committed
Add comment for CSS static style link in HTML
1 parent c96dde8 commit 58576a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
rel="stylesheet"
77
href="{{ url_for('static', filename='css/index.css') }}"
88
/>
9+
<!--get CSS styles from static site-->
910
</head>
1011
<body>
1112
<h1>Endless Task List App using Flask</h1>

0 commit comments

Comments
 (0)