start page
This commit is contained in:
@ -19,8 +19,21 @@
|
||||
<body class="w3-animate-zoom">
|
||||
<div class="w3-container w3-content w3-center" style="margin-top:1%">
|
||||
<h1 class="w3-wide w3-text-white">eBay competitor price compare</h1>
|
||||
<div class="w3-panel w3-card-4 w3-white w3-padding">
|
||||
<iframe src="test_fragment.html" title="W3Schools Free Online Web Tutorials"></iframe>
|
||||
<div class="w3-panel w3-card-4 w3-dark-gray w3-padding">
|
||||
<div class="w3-left-align">
|
||||
<h3>Seller info</h3>
|
||||
<p>Number of seller listings: </p>
|
||||
<p>Possibly cheaper listings: </p>
|
||||
<h3>Runtime info</h3>
|
||||
<p>Compare time needed: </p>
|
||||
<p>Export time needed: </p>
|
||||
<p>Date of creation: </p>
|
||||
</div>
|
||||
<div class="w3-center-align">
|
||||
<form action="https://google.com">
|
||||
<input type="submit" value="Start manual comparing" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-container w3-content w3-center" style="max-width:600px;">
|
||||
|
Reference in New Issue
Block a user