diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | d6bcacea9596a3fd4c286f84411af98ee00533e3 (patch) | |
tree | 6692dd79490dbf0cd4a9361f8fe8a3c261188a82 | |
parent | full year in dates (diff) | |
download | w-d6bcacea9596a3fd4c286f84411af98ee00533e3.tar w-d6bcacea9596a3fd4c286f84411af98ee00533e3.tar.gz w-d6bcacea9596a3fd4c286f84411af98ee00533e3.tar.bz2 w-d6bcacea9596a3fd4c286f84411af98ee00533e3.tar.xz w-d6bcacea9596a3fd4c286f84411af98ee00533e3.zip |
style dir
-rw-r--r-- | gh/m.htm | 4 | ||||
-rw-r--r-- | gh/w/m.htm | 4 | ||||
-rw-r--r-- | gh/wf/m.htm | 2 | ||||
-rw-r--r-- | m.htm | 4 | ||||
-rw-r--r-- | p/m.htm | 4 | ||||
-rw-r--r-- | s/m.css (renamed from m.css) | 0 | ||||
-rw-r--r-- | w/m.htm | 4 | ||||
-rw-r--r-- | wf/m.htm | 4 |
8 files changed, 13 insertions, 13 deletions
diff --git a/gh/m.htm b/gh/m.htm index 4699d31..bc4e8b7 100644 --- a/gh/m.htm +++ b/gh/m.htm @@ -1,4 +1,4 @@ -<!DOCTYPE html><html lang="en"><head> +<!doctype html><html lang="en"><head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="refresh" @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" - href="../m.css" /> + href="../s/m.css" /> <title>Redirecting</title></head> <body><div id="m"><div id="h"> diff --git a/gh/w/m.htm b/gh/w/m.htm index a85a2d0..ccfaa5d 100644 --- a/gh/w/m.htm +++ b/gh/w/m.htm @@ -1,4 +1,4 @@ -<!DOCTYPE html><html lang="en"><head> +<!doctype html><html lang="en"><head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="refresh" @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" - href="../../m.css" /> + href="../../s/m.css" /> <title>Redirecting</title></head> <body><div id="m"><div id="h"> diff --git a/gh/wf/m.htm b/gh/wf/m.htm index cb3a737..0517c94 100644 --- a/gh/wf/m.htm +++ b/gh/wf/m.htm @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" - href="../../m.css" /> + href="../../s/m.css" /> <title>Redirecting</title></head> <body><div id="m"><div id="h"> diff --git a/m.htm b/m.htm index c6c0ed3..2df9674 100644 --- a/m.htm +++ b/m.htm @@ -1,10 +1,10 @@ -<!DOCTYPE html><html lang="en"><head> +<!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="m.css" /> + href="s/m.css" /> <title>Home</title></head> <body><div id="m"><div id="h"> diff --git a/p/m.htm b/p/m.htm index ea26ea2..6ff8650 100644 --- a/p/m.htm +++ b/p/m.htm @@ -1,10 +1,10 @@ -<!DOCTYPE html><html lang="en"><head> +<!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="../m.css" /> + href="../s/m.css" /> <title>Projects</title></head> <body><div id="m"><div id="h"> <h1>Porter Swanstrom</h1> diff --git a/m.css b/s/m.css index f54ef6c..f54ef6c 100644 --- a/m.css +++ b/s/m.css diff --git a/w/m.htm b/w/m.htm index 7eeb62d..7d01b82 100644 --- a/w/m.htm +++ b/w/m.htm @@ -1,10 +1,10 @@ -<!DOCTYPE html><html lang="en"><head> +<!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="../m.css" /> + href="../s/m.css" /> <title>Website</title></head> <body><div id="m"><div id="h"> diff --git a/wf/m.htm b/wf/m.htm index 0785aed..4a0f9d8 100644 --- a/wf/m.htm +++ b/wf/m.htm @@ -1,10 +1,10 @@ -<!DOCTYPE html><html lang="en"><head> +<!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="../m.css" /> + href="../s/m.css" /> <title>WinForms</title></head> <body><div id="m"><div id="h"> |