diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 2d1655569d44174bf75c70668057ac686ffdcd08 (patch) | |
tree | 99fa7c14d0ebfd251c3b42274c01982a64b380ba | |
parent | header indentation & sizing (diff) | |
download | w-2d1655569d44174bf75c70668057ac686ffdcd08.tar w-2d1655569d44174bf75c70668057ac686ffdcd08.tar.gz w-2d1655569d44174bf75c70668057ac686ffdcd08.tar.bz2 w-2d1655569d44174bf75c70668057ac686ffdcd08.tar.xz w-2d1655569d44174bf75c70668057ac686ffdcd08.zip |
relative path to the main css file
-rw-r--r-- | err/index.htm | 2 | ||||
-rw-r--r-- | forms/index.htm | 2 | ||||
-rw-r--r-- | index.htm | 2 | ||||
-rw-r--r-- | proj/index.htm | 2 | ||||
-rw-r--r-- | www/index.htm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/err/index.htm b/err/index.htm index 2c2ab92..6582cfd 100644 --- a/err/index.htm +++ b/err/index.htm @@ -2,7 +2,7 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="refresh" content="5;url='..'" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -<link rel="stylesheet" type="text/css" href="/css/m.css" /> +<link rel="stylesheet" type="text/css" href="../css/m.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> <h1>Porter Swanstrom</h1> { diff --git a/forms/index.htm b/forms/index.htm index 5d9ef57..07411c7 100644 --- a/forms/index.htm +++ b/forms/index.htm @@ -1,7 +1,7 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> -<link rel="stylesheet" type="text/css" href="/css/m.css" /> +<link rel="stylesheet" type="text/css" href="../css/m.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> <h1>Porter Swanstrom</h1> { diff --git a/index.htm b/index.htm index d69ef50..4ed2550 100644 --- a/index.htm +++ b/index.htm @@ -1,7 +1,7 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> -<link rel="stylesheet" type="text/css" href="/css/m.css" /> +<link rel="stylesheet" type="text/css" href="css/m.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> <h1>Porter Swanstrom</h1> { diff --git a/proj/index.htm b/proj/index.htm index 92cafa5..deb2419 100644 --- a/proj/index.htm +++ b/proj/index.htm @@ -1,7 +1,7 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> -<link rel="stylesheet" type="text/css" href="/css/m.css" /> +<link rel="stylesheet" type="text/css" href="../css/m.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> <h1>Porter Swanstrom</h1> { diff --git a/www/index.htm b/www/index.htm index 9f33ad6..c0d80bd 100644 --- a/www/index.htm +++ b/www/index.htm @@ -1,7 +1,7 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> -<link rel="stylesheet" type="text/css" href="/css/m.css" /> +<link rel="stylesheet" type="text/css" href="../css/m.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> <h1>Porter Swanstrom</h1> { |