Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ea33b2

Browse files
committed
Trial remedy for index.html
1 parent459c122 commit5ea33b2

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

‎index.html‎

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,23 @@
88
</head>
99
<bodydata-spy="scroll"data-target=".cpp-netlib-docs-sidebar">
1010
<divid="wrap">
11-
<divclass="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar">
12-
<divclass="container">
13-
<ulclass="nav">
14-
<liclass="active"><aclass="brand"href="#">cpp-netlib</a></li>
15-
<li><ahref="process.html">Development Process</a></li>
16-
<li><ahref="style-guide.html">Style Guide</a></li>
17-
<li><ahref="proposals.html">Proposals</a></li>
18-
</ul>
11+
<navclass="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar"
12+
role="navigation">
13+
<divclass="navbar-header">
14+
<aclass="navbar-brand"href="#">cpp-netlib</a>
1915
</div>
20-
</div>
21-
<headerclass="jumbotron subhead">
22-
<divclass="container">
23-
<h1>The C++ Network Library Project</h1>
24-
<pclass="lead">A collection of open-source libraries for high level network programming.</p>
16+
<div>
17+
<ulclass="nav navbar-nav">
18+
<liclass="active"><ahref="index.html">Home</a></li>
19+
<li><ahref="process.html">Development Process</a></li>
20+
<li><ahref="style-guide.html">Style Guide</a></li>
21+
<li><ahref="proposals.html">Proposals</a></li>
22+
</ul>
2523
</div>
24+
</nav>
25+
<headerclass="jumbotron subhead">
26+
<h1>The C++ Network Library Project</h1>
27+
<pclass="lead">A collection of open-source libraries for high level network programming.</p>
2628
</header>
2729
<divclass="container">
2830
<divclass="row">
@@ -77,7 +79,7 @@ <h1>Download</h1>
7779
<divclass="col-md-4">
7880
<a
7981
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.bz2"
80-
class="btn btn-primary btn-large">0.10.1 (tar.bz2)<br>
82+
class="btn btn-primary btn-large btn-block">0.10.1 (tar.bz2)<br>
8183
<smallclass="muted">ce191ca1fc1b69d8122015d442281aca</small>
8284
</a>
8385
</div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp