Safetensors
vmistral
custom_code
jiang719 commited on
Commit
fa9d68f
1 Parent(s): f84dd6f

Upload examples/example-495.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. examples/example-495.html +67 -0
examples/example-495.html ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body bgcolor="#FFF8E1" style="font-family:Arial, sans-serif; margin:0; padding:0; background-color:#FFF8E1; color:#556B2F">
5
+ <header bgcolor="#8BC34A" style="background-color:#8BC34A; padding:10px">
6
+ <nav>
7
+ <ul style="list-style-type:none; padding:0">
8
+ <li style="display:inline; margin:0 10px">
9
+ <a href="#" style="color:#442C2E; text-decoration:none">
10
+ Home
11
+ </a>
12
+ </li>
13
+ <li style="display:inline; margin:0 10px">
14
+ <a href="#" style="color:#442C2E; text-decoration:none">
15
+ About Us
16
+ </a>
17
+ </li>
18
+ <li style="display:inline; margin:0 10px">
19
+ <a href="#" style="color:#442C2E; text-decoration:none">
20
+ Products
21
+ </a>
22
+ </li>
23
+ <li style="display:inline; margin:0 10px">
24
+ <a href="#" style="color:#442C2E; text-decoration:none">
25
+ Contact
26
+ </a>
27
+ </li>
28
+ </ul>
29
+ </nav>
30
+ </header>
31
+ <main>
32
+ <section align="center" bgcolor="#A5D6A7" class="banner" style="background-color:#A5D6A7; padding:20px; text-align:center; font-size:20px">
33
+ <p>
34
+ Help plant 3,457 trees so far this year!
35
+ </p>
36
+ </section>
37
+ <section class="product-grid" style="display:grid; grid-template-columns:repeat(3, 1fr); gap:10px; padding:20px">
38
+ <div align="center" bgcolor="#FAFAFA" class="product" style="background-color:#FAFAFA; border:1px solid #8BC34A; padding:10px; text-align:center">
39
+ <div bgcolor="#AED581" class="product-image" height="100" style="width:100px; height:100px; background-color:#AED581; margin:0 auto" width="100">
40
+ </div>
41
+ <p>
42
+ Quality Seeds for Your Garden
43
+ </p>
44
+ </div>
45
+ <div align="center" bgcolor="#FAFAFA" class="product" style="background-color:#FAFAFA; border:1px solid #8BC34A; padding:10px; text-align:center">
46
+ <div bgcolor="#FFD700" class="product-image" height="100" style="width:100px; height:100px; background-color:#FFD700; margin:0 auto" width="100">
47
+ </div>
48
+ <p>
49
+ Organic Fertilizers for Boosting Growth
50
+ </p>
51
+ </div>
52
+ <div align="center" bgcolor="#FAFAFA" class="product" style="background-color:#FAFAFA; border:1px solid #8BC34A; padding:10px; text-align:center">
53
+ <div bgcolor="#FFD700" class="product-image" height="100" style="width:100px; height:100px; background-color:#FFD700; margin:0 auto" width="100">
54
+ </div>
55
+ <p>
56
+ Essential Tools to Shape Your Garden
57
+ </p>
58
+ </div>
59
+ </section>
60
+ </main>
61
+ <footer align="center" bgcolor="#795548" style="background-color:#795548; color:#FAFAFA; text-align:center; padding:10px; position:fixed; bottom:0; width:100%" width="100%">
62
+ <p>
63
+ © 2023 Garden Essentials. All rights reserved.
64
+ </p>
65
+ </footer>
66
+ </body>
67
+ </html>