1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/index.html

23 lines
981 B
HTML
Raw Normal View History

2013-08-15 09:29:43 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!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>
<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" />
<meta name="keywords" content="中3女子" />
<meta name="description" content="中3女子" />
<meta name="Author" content="Bolero MURAKAMI" />
</head>
<body>
<h1>Sprout C++ Library</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="./docs/index.html"><em>Documents</em></a></li>
</ul>
</body>
</html>