The_Cake_Land / index.html
Abigblueworld's picture
Update index.html
09bc8c4
raw
history blame
No virus
317 Bytes
<!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>