static layout for compare page
This commit is contained in:
86
html/test_fragment.html
Normal file
86
html/test_fragment.html
Normal file
@ -0,0 +1,86 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="./data/favicon.ico">
|
||||
<link rel="icon" sizes="192x192" href="./data/icon.png">
|
||||
<title>eBay competitor price compare</title>
|
||||
<link rel="stylesheet" href="./css/w3.css">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000000;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-cell-row">
|
||||
<div class="w3-container w3-dark-gray w3-cell">
|
||||
<a class="w3-hover" style="text-decoration: none" href="#">
|
||||
<h1>← Back</h1>
|
||||
</a>
|
||||
</div>
|
||||
<div class="w3-container w3-dark-gray w3-cell w3-center">
|
||||
<a class="w3-hover" style="text-decoration: none" href="#">
|
||||
<h1>Compare #4242</h1>
|
||||
</a>
|
||||
</div>
|
||||
<div class="w3-container w3-dark-gray w3-cell">
|
||||
<a class="w3-hover" style="text-decoration: none; text-align: right;" href="#">
|
||||
<h1>→ Next</h1>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<a class="w3-hover" style="text-decoration: none" href="https://www.ebay.de/itm/165508291809" target="_blank">
|
||||
<div class="w3-container">
|
||||
<div class="w3-panel w3-green">
|
||||
<div class="w3-container w3-cell">
|
||||
<img src="https://i.ebayimg.com/images/g/X9EAAOSweZtilMu-/s-l500.png" class="w3-card-4" alt="TODO" style="float:left">
|
||||
</div>
|
||||
<div class="w3-container w3-cell">
|
||||
<h1 class="w3-monospace w3-xxlarge">Lenovo ThinkPad L430 WLAN Karte Wireless Lan</h1>
|
||||
<h2 class="w3-monospace w3-jumbo">9.99 €</h2>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<h3 class="w3-text-white">Competitor results:</h3>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<a class="w3-hover" style="text-decoration: none" href="https://www.ebay.de/itm/165508291809" target="_blank">
|
||||
<div class="w3-container">
|
||||
<div class="w3-panel w3-indigo">
|
||||
<div class="w3-container w3-cell">
|
||||
<img src="https://i.ebayimg.com/images/g/X9EAAOSweZtilMu-/s-l500.png" class="w3-card-4" alt="TODO" style="float:left">
|
||||
</div>
|
||||
<div class="w3-container w3-cell">
|
||||
<h1 class="w3-monospace w3-xxlarge">Lenovo ThinkPad L430 WLAN Karte Wireless Lan</h1>
|
||||
<h2 class="w3-monospace w3-jumbo">9.99 €</h2>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="w3-hover" style="text-decoration: none" href="https://www.ebay.de/itm/165508291809" target="_blank">
|
||||
<div class="w3-container">
|
||||
<div class="w3-panel w3-indigo">
|
||||
<div class="w3-container w3-cell">
|
||||
<img src="https://i.ebayimg.com/images/g/X9EAAOSweZtilMu-/s-l500.png" class="w3-card-4" alt="TODO" style="float:left">
|
||||
</div>
|
||||
<div class="w3-container w3-cell">
|
||||
<h1 class="w3-monospace w3-xxlarge">Lenovo ThinkPad L430 WLAN Karte Wireless Lan</h1>
|
||||
<h2 class="w3-monospace w3-jumbo">9.99 €</h2>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user