21 lines
493 B
Plaintext
21 lines
493 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
link(rel='stylesheet', href='/css/index.css')
|
|
title World Wide Web
|
|
body
|
|
.header
|
|
h1.page-title World Wide Web
|
|
|
|
ul.nav
|
|
li: a(href='/') Home
|
|
li: a(href='#news') News
|
|
li: a(href='#about') About
|
|
li: a(href='#contact') Contact
|
|
|
|
.main-content
|
|
block content
|
|
|
|
.footer
|
|
p Copyright © 2020 Futurecorpz. Futurecorpz ® is a Registered Trademark of Futures (un)Ltd. in the Mars Community and other solar systems.
|