This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
chao
/
CocoCAD
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
afdde451d0
Gałęzie
Tagi
master
CocoCAD
/
blockly
/
appengine
/
index_redirect.py
index_redirect.py
65 B
Historia
Czysty
1
2
print(
"Status: 302"
)
print(
"Location: /static/demos/index.html"
)