Skip to content

Commit 6cf5bb8

Browse files
committed
Fixed an indent in HTML
1 parent 73b9250 commit 6cf5bb8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

brython/wasm/op/web/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
<html>
33

44
<head>
5+
<meta charset="utf-8"/>
6+
<link
7+
rel="stylesheet"
8+
href="https://cdnjs.cloudflare.com/ajax/libs/pure/2.0.3/pure-min.min.css">
9+
</link>
510
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.9.0/brython.min.js"></script>
6-
<script src="main.py" type="text/python" defer></script>
11+
<script src="main.py" type="text/python" defer></script>
12+
<style>body { padding: 20px; }</style>
713
</head>
814

915
<body onload="brython()">

0 commit comments

Comments
 (0)