18 lines
174 B
Plaintext
18 lines
174 B
Plaintext
<!doctype html>
|
|
<html>
|
|
|
|
#include header.html
|
|
|
|
<body>
|
|
|
|
#include titlestart.html
|
|
/contact
|
|
#include titleend.html
|
|
|
|
#include sidebar.html
|
|
#include planets.html
|
|
|
|
</body>
|
|
|
|
</html>
|