-
Notifications
You must be signed in to change notification settings - Fork 0
Canonical URLs #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Canonical URLs #17
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,7 @@ | ||||||
| # Daniel Herr Software | ||||||
|
|
||||||
| <a href="https://danielherr.software">danielherr.software - Cloudflare</a> | ||||||
| <a href="https://netlify.danielherr.software">netlify.danielherr.software</a> | ||||||
| <a href="https://firebase.danielherr.software">firebase.danielherr.software</a> | ||||||
| <a href="https://github.danielherr.software/main">github.danielherr.software</a> | ||||||
| <a href="https://danielherr.software">https:danielherr.software - Cloudflare</a> | ||||||
| <a href="https://netlify.danielherr.software">https:netlify.danielherr.software</a> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a typo here? It looks like there is an extra
Suggested change
|
||||||
| <a href="https://firebase.danielherr.software">https:firebase.danielherr.software</a> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a typo here? It looks like there is an extra
Suggested change
|
||||||
| <a href="https://fastly.danielherr.software">http|https:fastly.danielherr.software</a> | ||||||
| <a href="https://github.danielherr.software">http|https:github.danielherr.software</a> | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,12 @@ | ||
| <!doctype html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> | ||
| <link rel="stylesheet" href="main.css"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| <link rel="icon" href="images/avatar_32.jpg"> | ||
|
|
||
| <title>No Page - Daniel Herr Software</title> | ||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> | ||
| <meta name="color-scheme" content="light dark"> | ||
|
Comment on lines
+8
to
+9
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| </head> | ||
| <body> | ||
| <h1><a href="/">Daniel Herr Software</a></h1> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ h1 { | |
| } | ||
| address { | ||
| min-width: 100%; | ||
| width: 18em; | ||
| width: 10em; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| } | ||
|
|
||
| @media (min-width: 20em) and (max-width: 22em) { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a typo here? It looks like there is an extra
sinhttps:danielherr.software. Should it behttps://danielherr.software?