Skip to content

Commit

Permalink
#107 logo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 24, 2022
1 parent c8c5bc2 commit 1e13214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/www.xembly.org/index.html
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>xembly.org</title>
<meta name="description" content="Xembly, an Assembly for XML"/>
<meta name="keywords" content="XML, XML modification, XML manipulations, XML library"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" href="/logo.png"/>
<link rel="author" href="http://plus.google.com/u/0/114792568016408327418?rel=author"/>
<link rel="shortcut icon" href="logo.png"/>
<link rel="author" href="https://plus.google.com/u/0/114792568016408327418?rel=author"/>
<style>
* {
font-family: monospace;
Expand Down Expand Up @@ -45,14 +45,13 @@
</head>
<body>
<div class="center">
<p><img src="http://www.xembly.org/logo.png" style="width:150px;height:150px;" alt="logo"/></p>
<p><img src="logo.png" style="width:150px;height:150px;" alt="logo"/></p>
<p>
<strong>Xembly</strong> is an "Assembly for XML",
an imperative language for building and modifying XML documents.
Current version is <strong>${project.version}</strong>.
Check us out at <a href="https://github.com/yegor256/xembly">Github</a>.
Here is <a href="/apidocs-${project.version}/index.html">JavaDoc</a>.
See also <a href="/cobertura/index.html">test coverage</a>.
</p>
</div>
</body>
Expand Down
Binary file added src/www.xembly.org/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e13214

Please sign in to comment.