Abigblueworld commited on
Commit
cb21c78
1 Parent(s): 09bc8c4

That's actually all I was meant to do to put a Python script.

Browse files
Files changed (1) hide show
  1. index.html +5 -10
index.html CHANGED
@@ -1,12 +1,7 @@
1
  <!DOCTYPE html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="coolcode.py" />
8
- <py-script>
9
- print ("Welcome to cake land!")
10
- cake = input("What type of cake do you want to make?")
11
- </py-script>
12
- </head>
 
1
  <!DOCTYPE html>
2
  <html>
3
+ <head>
4
+ <link rel="stylesheet" href="coolcode.py">
5
+ </head>
6
+ <body>
7
+