summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-09-18 18:57:54 +0200
committerAndreas Boll <andreas.boll.dev@gmail.com>2012-09-19 17:15:47 +0200
commitac5cee934f292f2dc920abbe20a9a240e9450644 (patch)
tree77da6b5d5f0f3fc281f50bdc282adb14d65f0667 /docs
parentb5da52ac581c0f0a6587a489198cd02247b6b931 (diff)
docs: remove obsolete frame layout
Diffstat (limited to 'docs')
-rw-r--r--docs/banner.html33
-rw-r--r--docs/index.html29
2 files changed, 0 insertions, 62 deletions
diff --git a/docs/banner.html b/docs/banner.html
deleted file mode 100644
index 2ec187bb9d4..00000000000
--- a/docs/banner.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en">
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>Banner</title>
- <style type="text/css">
- <!--
- body { background: black; color: white }
- h1 {
- font: x-large sans-serif; text-align: center;
- height: 75px; margin-left: 100px; margin-right: 100px }
- .gears { width: 100px; height: 73px; float: left; background: url('gears.png') right no-repeat }
- div + .gears { float: right; background-position: left }
- /*
- This should happen in the future instead:
- h1 {
- border-left: 71px solid #c11800; border-right: 71px solid #00c130;
- border-top: 0px; border-bottom: 0px;
- border-image: url(gears.png) 100%; -webkit-border-image: url(gears.png) 100%;
- }
- */
- -->
- </style>
-</head>
-
-<body>
-
-<div class="gears"></div>
-<div class="gears"></div>
-<h1>The Mesa 3D Graphics Library</h1>
-
-</body>
-</html>
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index dc74b661fa5..00000000000
--- a/docs/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
-<html lang="en">
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>Mesa Home Page</title>
-</head>
-
-<frameset rows="80,*" border="0" frameborder="yes">
-
- <frame src="banner.html" name="BannerFrame"
- scrolling="no" marginwidth="1" marginheight="1">
-
- <frameset cols="28%,72% " border="1" frameborder="yes">
-
- <frame src="contents.html" name="ContentsFrame"
- marginwidth="2" marginheight="1" noresize="noresize">
-
- <frame src="news.html" name="MainFrame"
- marginwidth="3" marginheight="1" noresize="noresize">
-
- </frameset>
-
-<noframes>
-<p>Sorry, this site requires frame support</p>
-</noframes>
-
-</frameset>
-
-</html>