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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -3
index.html CHANGED
@@ -5,7 +5,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>print ("Welcome to cake land!")
9
-
10
- cake = input("What type of cake do you want to make?")</py-script>
 
11
  </head>
 
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>