|
6 | 6 | <linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
|
7 | 7 | <linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
|
8 | 8 | <linkrel="stylesheet"href="static/cpp-netlib.css">
|
| 9 | +<script> |
| 10 | +click=()=>{ |
| 11 | +if(window.location.href="https://cpp-netlib.org/"){ |
| 12 | +// Don't do anything |
| 13 | +}else{ |
| 14 | +window.open("https://cpp-netlib.org/","_self") |
| 15 | +} |
| 16 | +} |
| 17 | +</script> |
9 | 18 | </head>
|
10 | 19 |
|
11 | 20 | <bodydata-spy="scroll"data-target="#cpp-netlib-docs-sidebar">
|
|
18 | 27 | </div>
|
19 | 28 | <div>
|
20 | 29 | <ulclass="nav navbar-nav">
|
21 |
| -<liclass="active"><ahref="index.html">Home</a></li> |
| 30 | +<liclass="active"><aonclick="check()">Home</a></li> |
22 | 31 | <li><ahref="process.html">Development Process</a></li>
|
23 | 32 | <li><ahref="style-guide.html">Style Guide</a></li>
|
24 | 33 | <li><ahref="proposals.html">Proposals</a></li>
|
|