2015-09-18 19:09:56 +00:00
|
|
|
#! /usr/bin/wml
|
|
|
|
<: use strict; :>
|
|
|
|
<: use warnings; :>
|
|
|
|
#use "perl-globals.wmi"
|
|
|
|
#use "links.wmi"
|
|
|
|
#use "versions.wmi"
|
|
|
|
#use "navigation.wmi"
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
2015-12-08 18:33:15 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
<meta name="author" content="The Tor Project, Inc.">
|
|
|
|
<meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research">
|
|
|
|
<meta property="og:image" content="https://www.torproject.org/images/tor-logo.jpg">
|
2015-09-18 19:09:56 +00:00
|
|
|
|
2015-12-08 18:33:15 +00:00
|
|
|
<title>$(TITLE)</title>
|
2017-07-03 07:05:56 +00:00
|
|
|
<link href="$(DOCROOT)/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="$(DOCROOT)/css/donate-style.min.css" rel="stylesheet">
|
2015-12-08 18:33:15 +00:00
|
|
|
<link rel="icon" href="$(IMGROOT)/favicon.ico">
|
2015-09-18 19:09:56 +00:00
|
|
|
|
2015-12-08 18:33:15 +00:00
|
|
|
</head>
|
2015-09-18 19:09:56 +00:00
|
|
|
|
2015-11-20 14:41:35 +00:00
|
|
|
<body>
|
2015-12-08 18:33:15 +00:00
|
|
|
<nav class="navbar navbar-default navbar-static-top">
|
|
|
|
<div class="container">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<a class="navbar-brand" href="<page index>">
|
2016-11-17 23:11:13 +00:00
|
|
|
<img src="$(IMGROOT)/2016-tor-logo-heart.png" alt="Tor Project" class="logo" height="100%">
|
2015-12-08 18:33:15 +00:00
|
|
|
</a>
|
2017-07-03 07:05:56 +00:00
|
|
|
</div>
|
2015-12-08 18:33:15 +00:00
|
|
|
<ul id="navbar" class="nav navbar-nav navbar-right">
|
2015-12-11 07:15:54 +00:00
|
|
|
<li><a href="<page about/overview>">About</a></li>
|
2017-12-04 18:49:09 +00:00
|
|
|
<:{ printf '<li><a href="https://donate.torproject.org/donor-faq">Questions?</a></li>' }:>
|
2015-11-20 14:41:35 +00:00
|
|
|
</ul>
|
2015-12-08 18:33:15 +00:00
|
|
|
</div>
|
2015-12-08 20:03:24 +00:00
|
|
|
</nav>
|