2009scape-website/_includes/head.html
Bart Ribbers 4eda43f39b
Use templates better to remove a ton of code duplication (#254)
* Fix broken links in update posts

They were using relative links still which became invalid by moving
directories. It's better to link stuff absolutely anyway.

* Remove unused 'secure' registration and login pages

* Remove obsolete parse.py

* Use templates better to remove a ton of code duplication

Where it made sense I converted HTML pages to Markdown to ease writing
and discourage custom styling as much as possible. These pages can still
use custom HTML when necessary, and some do, but they are easier to read
and understand now.
2024-06-02 19:15:26 +10:00

27 lines
1.2 KiB
HTML

<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="viewport" content="width=1024, initial-scale=1.0">
<meta http-equiv="Content-Language" content="en,English">
<meta name="keywords" content="RSPS, Open Source, 2009scape, Osrs, Oldschool Runescape, Runescape, zezima">
<meta name="description"
content="2009Scape - Play Runescape from 2009. Multiplayer and free forever.">
<!--2010 GLOBAL CSS-->
<style type="text/css">
/*\*/
@import url(/site/css/default/global-30.css);
/**/
</style>
<style type="text/css">
/*\*/
@import url(/site/css/default/home-28.css);
/**/
</style>
<!--2009SCAPE CUSTOM CSS-->
<link rel="stylesheet" href="/site/2009scape-resources/css/2009scape.css">
<link rel="stylesheet" href="/site/css/kbase-6.css">
<link rel="stylesheet" href="/site/css/news-2.css">
<link rel="stylesheet" href="/site/css/hof.css" />
<title>{{ site.title }} - {{ page.title }}</title>
<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/feed.xml">
</head>