-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
31 lines (31 loc) · 967 Bytes
/
about.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>
<head>
<base target="_top">
<link href="https://ssl.gstatic.com/docs/script/css/add-ons.css" rel="stylesheet">
<style type="text/css">
.logo {
display: block;
margin: auto;
width: 80%;
margin-top: 20%;
margin-bottom: 15%;
}
</style>
</head>
<body>
<div style="text-align: center">
<img class="logo" src="https://raw.githubusercontent.com/Ayima/sitemap-xml-to-csv/master/static/app-logo.png" alt="XML Sitemap to CSV">
<p style="text-align: justify">Sitemap XML to CSV is an add-on that allows you to import sitemaps into Google Sheets.<br><br>
<hr>
<br>
<img src=
"https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" width=
"80"><br><br>
Source code is available on <a href=
"https://github.com/Ayima/sitemap-xml-to-csv" target=
"_blank">GitHub</a>.<br>
Developed by <a href="https://www.ayima.com/" target="_blank">Ayima</a>
</div>
</body>
</html>