-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (148 loc) · 6.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebBuild | Homepage</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="WebBuild">
<meta name="description" content="Create stunning websites for free with WebBuild. No coding skills are required. Our intuitive interface makes it easy to customize your site.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://webbuild.js.org">
<meta property="og:title" content="WebBuild">
<meta property="og:description" content="Create stunning websites for free with WebBuild. No coding skills are required. Our intuitive interface makes it easy to customize your site.">
<meta property="og:image" content="https://webbuild.js.org/webbuild.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://webbuild.js.org">
<meta property="twitter:title" content="WebBuild">
<meta property="twitter:description" content="Create stunning websites for free with WebBuild. No coding skills are required. Our intuitive interface makes it easy to customize your site.">
<meta property="twitter:image" content="https://webbuild.js.org/webbuild.png">
<meta name="keywords" content="webbuild, website builder, simple website builder 2024, WebBuild, simple website builder, free website builder, the best website builder in the united states, best website builder 2024, best website builder 2023, super easy website builder, web builder, web builder, open source, open source website builder, free open source website builder">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="Boltxyz">
<meta name="google-site-verification" content="8DnQF6B5vVJqVxG302sgmEdiYJnPx2dtBalyPMX9p2c" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "WebBuild",
"url": "https://webbuild.js.org",
"description": "Create stunning websites for free with WebBuild. No coding skills are required. Our intuitive interface makes it easy to customize your site.",
"author": {
"@type": "Organization",
"name": "Boltxyz"
},
"image": "https://webbuild.js.org/webbuild.png",
"keywords": [
"webbuild",
"website builder",
"simple website builder 2024",
"free website builder",
"open source website builder",
"best website builder 2024"
]
}
</script>
<link rel="shortcut icon" href="webbuild.webp" type="image/x-icon">
<link rel="stylesheet" href="bulma.css">
</head>
<body>
<section class="section has-text-centered">
<div class="columns">
<div class="column">
<h1 class="title">WebBuild</h1>
<h2 class="subtitle">The best and simplest website builder ever. <strong>100% free</strong> and <strong>no premium plans</strong>.</h2>
<button onclick="window.location.href='https://webbuild.js.org/builder'" id="button 1" class="button is-fullwidth">Build Now</button>
</div>
<div class="column">
<div class="box">
<img src="panel screenshot.webp" alt="Image showcasing the WebBuild's panel">
</div>
</div>
</div>
</div>
<nav class="level">
<div class="level-item has-text-centered">
<div>
<p class="heading">Updates</p>
<p class="title">111+</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">Lines of Code</p>
<p class="title">1k+</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<p class="heading">Users</p>
<p class="title">499+</p>
</div>
</div>
</div>
</nav>
</section>
<section class="section has-text-centered">
<h1 class="title">Features</h1>
<table class="table is-bordered is-striped is-hoverable is-fullwidth">
<thead>
<tr>
<th>Feature</th>
<th>WebBuild</th>
<th>Other Builders</th>
</tr>
</thead>
<tbody>
<tr>
<td>Export to HTML for free</td>
<td class="has-text-success">✅</td>
<td class="has-text-danger">❌</td>
</tr>
<tr>
<td>Easy</td>
<td class="has-text-success">✅</td>
<td class="has-text-success">✅</td>
</tr>
<tr>
<td>Fast loading</td>
<td class="has-text-success">✅</td>
<td class="has-text-danger">❌</td>
</tr>
<tr>
<td>Client-side only</td>
<td class="has-text-success">✅</td>
<td class="has-text-danger">❌</td>
</tr>
<tr>
<td>Open Source</td>
<td class="has-text-success">✅</td>
<td class="has-text-danger">❌</td>
</tr>
<tr>
<td>One-click Publish</td>
<td class="has-text-danger">❌</td>
<td class="has-text-success">✅</td>
</tr>
<tr>
<td>Cross-platform Support</td>
<td class="has-text-success">✅</td>
<td class="has-text-success">✅</td>
</tr>
<tr>
<td>Advanced Customization</td>
<td class="has-text-success">✅</td>
<td class="has-text-success">✅</td>
</tr>
</tbody>
</table>
</section>
<footer class="footer has-text-centered">
<p>Made with ❤️ by <a href="https://github.com/boltxyzcode">Boltxyz</a>. the source code is licensed <a href="https://github.com/boltxyzcode/webbuild/blob/main/LICENSE">Apache License 2.0</a>.</p>
<p><a href="tos.html">Terms Of Service</a> | <a href="mailto:plwmail@duck.com">Contact Us</a> | <a href="privacypolicy.html">Privacy Policy</a></p></p>
</footer>
</body>
<script src="script.js"></script>
</html>