Skip to content

Commit

Permalink
Merge pull request #4 from Rosenstein/patch-1
Browse files Browse the repository at this point in the history
add https
  • Loading branch information
txdv authored Mar 24, 2024
2 parents 18a355c + 34d07eb commit be0836b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<head>
<title>Counter Strike 1.6 CVar list</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script language="javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script language="javascript" src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
<script language="javascript" src="https://code.jquery.com/jquery-1.7.1.min.js"></script>
<script language="javascript" src="https://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
<script language="javascript" src="code.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down

0 comments on commit be0836b

Please sign in to comment.