mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
18 lines
1 KiB
HTML
18 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<head><title>Raspberry Pi Page</title></head>
|
|
<div class="hproduct">
|
|
<h2 class="fn">Raspberry Pi</h2>
|
|
<img class="photo" src="https://example.com/someimage.jpg" />
|
|
<p class="description">The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It's a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming.</p>
|
|
<a class="url" href="https://example.com/">More info about the Raspberry Pi</a>
|
|
<p class="price">29.95</p>
|
|
<p class="review hreview"><span id="test-review" class="rating">4.5</span> out of 5</p>
|
|
<p>Categories:
|
|
<a rel="tag" href="https://example.com/wiki/computer" class="category">Computer</a>,
|
|
<a rel="tag" href="https://example.com/wiki/education" class="category">Education</a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|