mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
fix index
This commit is contained in:
parent
3b0fde550d
commit
3403524711
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html lang="ja-JP" xml:lang="ja-JP" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Sprout C++ Library</title>
|
||||
<title>Sprout C++ Libraries</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
|
@ -12,10 +12,10 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Sprout C++ Library</h1>
|
||||
<h1>Sprout C++ Libraries</h1>
|
||||
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/bolero-MURAKAMI/Sprout" target="_blank"><em>Github</em></a></li>
|
||||
<li><a href="https://github.com/bolero-MURAKAMI/Sprout/" target="_blank"><em>Github</em></a></li>
|
||||
<li><a href="./docs/index.html"><em>Documents</em></a></li>
|
||||
</ul>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue