8000 Merge pull request #17 from snipher-marube/patch-1 · martcpp/codespaces-django@f094962 · GitHub
[go: up one dir, main page]

Skip to content

Commit f094962

Browse files
authored
Merge pull request github#17 from snipher-marube/patch-1
update for index.html
2 parents 8724194 + d651674 commit f094962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hello_world/templates/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
{% load static %}
33

44
<!doctype html>
5-
<html>
5+
<html lang="en">
66

77
<head>
88
<title>{{ title }}</title>
99
<link rel="stylesheet" href="{% static 'main.css' %}">
10+
</head>
1011

1112
<body>
1213
<div class="App">

0 commit comments

Comments
 (0)
0