mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-25 00:43:44 +00:00
22 lines
986 B
HTML
22 lines
986 B
HTML
<?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++ 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" />
|
|
<meta name="keywords" content="中3女子" />
|
|
<meta name="description" content="中3女子" />
|
|
<meta name="Author" content="Bolero MURAKAMI" />
|
|
</head>
|
|
|
|
<body>
|
|
<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="./docs/index.html"><em>Documents</em></a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|