mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 13:21:54 +03:00
grammar fixed
This commit is contained in:
parent
b583770f59
commit
b520ebf432
@ -2,7 +2,7 @@
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Modest is an open source HTML Render on the pure C programming language by Alexander Borisov</title>
|
||||
<title>Modest is an open source HTML renderer in pure C programming language by Alexander Borisov</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||
@ -13,7 +13,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<section class="page-header">
|
||||
<h2 class="project-tagline">Modest — development of open source HTML Render on the pure C programming language</h2>
|
||||
<h2 class="project-tagline">Modest — development of an open source HTML renderer in pure C programming language</h2>
|
||||
<a href="https://github.com/lexborisov/modest" class="btn">View on GitHub</a>
|
||||
<a href="https://github.com/lexborisov/modest/zipball/master" class="btn">Download .zip</a>
|
||||
<a href="https://github.com/lexborisov/modest/tarball/master" class="btn">Download .tar.gz</a>
|
||||
@ -22,7 +22,7 @@
|
||||
<section class="main-content">
|
||||
<p>Hi, there!</p>
|
||||
|
||||
<p>My name is <a href="https://www.facebook.com/lastmac">Alexander Borisov</a>, and I am the developer of <a href="https://github.com/lexborisov/Modest">Modest</a>, an open source HTML Render on the pure C programming language, without dependencies.</p>
|
||||
<p>My name is <a href="https://www.facebook.com/lastmac">Alexander Borisov</a>, and I am the developer of <a href="https://github.com/lexborisov/Modest">Modest</a>, an open source HTML renderer in pure C programming language, without dependencies.</p>
|
||||
|
||||
<h3><a id="about" class="anchor" href="#about" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About the Project</h3>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user