data stubs
This commit is contained in:
parent
a94e173a55
commit
8ad3609d65
9 changed files with 1063 additions and 0 deletions
1013
data/GreatBritain.html
Normal file
1013
data/GreatBritain.html
Normal file
File diff suppressed because one or more lines are too long
37
data/Lancaster.html
Normal file
37
data/Lancaster.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="styles/lancaster.css">
|
||||
<title>London</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="images/lancaster_main.jpg" width="100" height="80">
|
||||
<div>
|
||||
<h1>Lancaster</h1>
|
||||
<ul id="page-actions">
|
||||
<li id="ca-edit"></li>
|
||||
<li id="ca-upload"></li>
|
||||
<li id="ca-talk">
|
||||
<a href="/w/index.php?title=Talk:Lancaster&action=edit&redlink=1" primary="1">Discussion</a>
|
||||
</li>
|
||||
<li id="ca-watch" class="watch-this-article">
|
||||
<a href="https://en.m.wikivoyage.org/w/index.php?title=Special:UserLogin&returnto=Lancaster"></a>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="content_0" class="content_block openSection"><p>There is more than one place called <b>Lancaster</b>.</p>
|
||||
<h3>
|
||||
<span class="mw-headline" id="United_Kingdom"><a href="/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Lancaster&action=edit&section=1" title="Edit section: United Kingdom">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
|
||||
<ul><li><a href="/wiki/Lancaster_(England)" title="Lancaster (England)">Lancaster (England)</a> - A town in <a href="/wiki/Lancashire" title="Lancashire">Lancashire</a>.</li>
|
||||
</ul><h3><span class="mw-headline" id="United_States_of_America"><a href="/wiki/United_States_of_America" title="United States of America">United States of America</a></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Lancaster&action=edit&section=2" title="Edit section: United States of America">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
|
||||
<ul><li><a href="/wiki/Lancaster_(California)" title="Lancaster (California)">Lancaster (California)</a> - A city in the <a href="/wiki/Antelope_Valley" title="Antelope Valley">Antelope Valley</a> region of the state of <a href="/wiki/California" title="California">California</a>.</li>
|
||||
<li><a href="/wiki/Lancaster_(Massachusetts)" title="Lancaster (Massachusetts)">Lancaster (Massachusetts)</a> - A town in the state of <a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>.</li>
|
||||
<li><a href="/wiki/Lancaster_(New_Hampshire)" title="Lancaster (New Hampshire)">Lancaster (New Hampshire)</a> - A town in the state of <a href="/wiki/New_Hampshire" title="New Hampshire">New Hampshire</a>.</li>
|
||||
<li><span class="new" title="Lancaster (New York) (page does not exist)">Lancaster (New York)</span> - A town in the state of <a href="/wiki/New_York_(state)" title="New York (state)">New York</a>.</li>
|
||||
<li><a href="/wiki/Lancaster_(Ohio)" title="Lancaster (Ohio)">Lancaster (Ohio)</a> - A city in the <a href="/wiki/Mid-Ohio" title="Mid-Ohio">Mid-Ohio</a> region of the state of <a href="/wiki/Ohio" title="Ohio">Ohio</a>.</li>
|
||||
<li><a href="/wiki/Lancaster_(Pennsylvania)" title="Lancaster (Pennsylvania)">Lancaster (Pennsylvania)</a> - A city in the state of <a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>.</li>
|
||||
<li><a href="/wiki/Lancaster_(Texas)" title="Lancaster (Texas)">Lancaster (Texas)</a> - A city in the <a href="/wiki/Dallas-Fort_Worth_Metroplex" title="Dallas-Fort Worth Metroplex">Dallas-Fort Worth Metroplex</a> in <a href="/wiki/Texas" title="Texas">Texas</a></li>
|
||||
</ul>
|
||||
</div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
11
data/London.html
Normal file
11
data/London.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="styles/london.css">
|
||||
<title>London</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="images/london_main.jpg" width="100" height="80">
|
||||
<H2>London<H2>
|
||||
<p class="ex">good content</p>
|
||||
</body>
|
||||
</html>
|
BIN
data/images/great_britian_other_dest.jpg
Normal file
BIN
data/images/great_britian_other_dest.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 323 KiB |
BIN
data/images/greatbritian_location.jpg
Normal file
BIN
data/images/greatbritian_location.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 MiB |
BIN
data/images/greatbritian_map.jpg
Normal file
BIN
data/images/greatbritian_map.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 MiB |
BIN
data/images/lancaster_main.jpg
Normal file
BIN
data/images/lancaster_main.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
data/images/london_main.jpg
Normal file
BIN
data/images/london_main.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 393 KiB |
2
data/styles/london.css
Normal file
2
data/styles/london.css
Normal file
|
@ -0,0 +1,2 @@
|
|||
body { background-color: #d8da3d}
|
||||
p.ex {color:rgb(0,0,255);}
|
Reference in a new issue