File size: 317 Bytes
9979aec
 
 
 
 
 
553a646
09bc8c4
 
 
 
9979aec
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>My static Space</title>
		<link rel="stylesheet" href="coolcode.py" />
  <py-script>
print ("Welcome to cake land!")
cake = input("What type of cake do you want to make?")
</py-script>
	</head>