-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sfomuseumbot
committed
Jan 31, 2024
1 parent
d8ee868
commit 21ec4f5
Showing
23 changed files
with
629 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,52 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title></title> | ||
<meta name="GENERATOR" content="Blackfriday Markdown Processor v2.0" /> | ||
<meta charset="utf-8" /> | ||
</head> | ||
<body> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
|
||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta charset="utf-8"> | ||
<meta name="MobileOptimized" content="width"> | ||
<meta name="HandheldFriendly" content="true"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<title>Example</title> | ||
|
||
|
||
<meta property="og:type" content="article" /> | ||
<meta property="og:site_name" content="Mills Field, a SFO Museum website" /> | ||
<meta property="og:title" content="This is a test" /> | ||
<meta property="og:description" content="This test left intentionally blank" /> | ||
|
||
<meta property="og:image" content="https://millsfield.sfomuseum.org/blog/2024/01/28/test/images/test.jpg" /> | ||
|
||
|
||
<meta property="twitter:card" value="summary" /> | ||
<meta property="twitter:site" content="@sfomuseum" /> | ||
<meta property="twitter:creator" content="@sfomuseum" /> | ||
<meta property="twitter:url" content="https://millsfield.sfomuseum.org/blog/2024/01/28/test/" /> | ||
<meta property="twitter:title" content="This is a test" /> | ||
<meta property="twitter:description" content="This test left intentionally blank" /> | ||
|
||
|
||
<meta property="twitter:image" content="https://millsfield.sfomuseum.org/blog/2024/01/28/test/images/test.jpg" /> | ||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
<header>This is the header</header> | ||
<article> | ||
|
||
<p>This test left intentionally blank</p> | ||
</article> | ||
|
||
<footer class="footer"> | ||
This is the footer | ||
</footer> | ||
|
||
</div> | ||
|
||
</body> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.