Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhea authored Aug 16, 2017
1 parent 7c31a09 commit 69b97d0
Showing 1 changed file with 57 additions and 7 deletions.
64 changes: 57 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">

<title>Starter Template for Bootstrap</title>
<title>我都傻了</title>

<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
Expand Down Expand Up @@ -42,13 +42,13 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Project name</a>
<a class="navbar-brand" href="#">哈哈哈</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li class="active"><a href="#">主页</a></li>
<li><a href="#about">CS:GO</a></li>
<li><a href="#contact">其他</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
Expand All @@ -57,8 +57,58 @@
<div class="container">

<div class="starter-template">
<h1>Bootstrap starter template</h1>
<p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
<h1>CS:GO CONFIG</h1>
<p class="lead">
CONFIG路径:Steam\userdata\你自己的id\730\local\cfg<br><br>
cl_crosshair_drawoutline "1"<br>
cl_crosshair_dynamic_maxdist_splitratio "0.35"<br>
cl_crosshair_dynamic_splitalpha_innermod "1"<br>
cl_crosshair_dynamic_splitalpha_outermod "0.5"<br>
cl_crosshair_dynamic_splitdist "7"<br>
cl_crosshair_outlinethickness "1"<br>
cl_crosshair_sniper_show_normal_inaccuracy "0"<br>
cl_crosshair_sniper_width "1"<br>
cl_crosshairalpha "200"<br>
cl_crosshaircolor "3232"<br>
cl_crosshaircolor_b "0"<br>
cl_crosshaircolor_g "0"<br>
cl_crosshaircolor_r "0"<br>
cl_crosshairdot "0"<br>
cl_crosshairgap "-2"<br>
cl_crosshairgap_useweaponvalue "0"<br>
cl_crosshairscale "0"<br>
cl_crosshairsize "4.6"<br>
cl_crosshairstyle "4"<br>
cl_crosshairthickness "1"<br>
cl_crosshairusealpha "100"<br><br>

绑定按键:<br>
bind "KP_INS" "buy m4;buy m4a1;buy ak47;"<br>
bind "KP_END" "buy ump45;"<br>
bind "KP_DOWNARROW" "buy p90;"<br>
bind "KP_PGDN" "buy awp;"<br>

bind "KP_LEFTARROW" "buy p250;"<br>
bind "KP_5" "buy fiveseven;buy tec9;buy cz75;"<br>
bind "KP_RIGHTARROW" "buy deagle;"<br>

bind "KP_HOME" "buy smokegrenade;"<br>
bind "KP_UPARROW" "buy flashbang;"<br>
bind "KP_PGUP" "buy incgrenade;buy molotov;"<br>
bind "KP_SLASH" "buy hegrenade;"<br>
bind "KP_MULTIPLY" "buy decoy;"<br>

bind "KP_PLUS" "buy vesthelm;"<br>
bind "KP_MINUS" "buy vest;"<br>
bind "KP_ENTER" "buy defuser;"<br>

绑定跳扔投掷物:<br>
bind h "+jump;-attack;"<br>

` 绑定滚轮跳:<br>
bind "MWHEELDOWN" "+jump"<br>
bind "MWHEELUP" "+jump"<br>
</p>
</div>

</div><!-- /.container -->
Expand Down

0 comments on commit 69b97d0

Please sign in to comment.