-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (26 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="icon" type="image/png" href="https://swiftgen.github.io/logo/icon.png" />
<title>SwiftGen - The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!</title>
<meta property="og:title" content="SwiftGen Home" />
<meta name="description" content="The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!" />
<meta property="og:description" content="The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!" />
<meta property="og:url" content="https://swiftgen.github.io/" />
<meta property="og:site_name" content="SwiftGen Home" />
</head>
<body style="text-align: center">
<section id="header" style="padding: 10px; margin: 20px; border-bottom: thin solid gray;">
<img src="logo/logo-256.png" />
<div style="font-size: 400%; font-style: italic;">SwiftGen</div>
</section>
<section id="content" style="font-size: 150%; color: gray;">
<p>This Website is under construction.</p>
<p>Content coming soon.</p>
</section>
<section id="footer" style="padding: 10px; margin: 20px; border-top: thin solid gray;">
<a href="https://github.com/SwiftGen/" alt="SwiftGen on GitHub">SwiftGen on GitHub</a>
</section>
</body>
</html>