File tree Expand file tree Collapse file tree 5 files changed +8
-255
lines changed
Expand file tree Collapse file tree 5 files changed +8
-255
lines changed Original file line number Diff line number Diff line change 1- certscan
1+ certgraph
22* .json
Original file line number Diff line number Diff line change 1- all : certscan
1+ all : certgraph
22
3- certscan : certscan .go
3+ certgraph : certgraph .go
44 go build -o $@ $^
55
66fmt :
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44< meta charset ="utf-8 ">
55< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7- < title > CertScan Graph </ title >
7+ < title > CertGraph </ title >
88< link href ="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cerulean/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-zF4BRsG/fLiTGfR9QL82DrilZxrwgY/+du4p/c7J72zZj+FLYq4zY00RylP9ZjiT " crossorigin ="anonymous ">
99< script src ="https://d3js.org/d3.v4.min.js "> </ script >
1010< style type ="text/css ">
4848 <span class="icon-bar"></span>
4949 <span class="icon-bar"></span>
5050 </button>-->
51- < a class ="navbar-brand " href ="# "> CertScan </ a >
51+ < a class ="navbar-brand " href ="# "> CertGraph </ a >
5252 </ div >
5353 < div id ="navbar " class ="navbar-collapse collapse ">
5454 < ul class ="nav navbar-nav ">
55- < li > < a href ="# "> Graph</ a > </ li >
55+ <!-- < li><a href="#">Graph</a></li> -- >
5656 </ ul >
5757 < ul class ="nav navbar-nav navbar-right ">
5858 < li class ="dropdown ">
@@ -126,7 +126,7 @@ <h3 class="panel-title pull-left">Graph</h3>
126126< footer >
127127< hr >
128128< div class ="row ">
129- < div class ="col-xs-10 "> < a href ="https://github.com/lanrat/certscan " > CertScan </ a > </ div >
129+ < div class ="col-xs-10 "> < a href ="https://github.com/lanrat/certgraph " > CertGraph </ a > </ div >
130130</ div >
131131</ footer >
132132
@@ -378,7 +378,7 @@ <h4 class="modal-title">Data URL</h4>
378378 newGraph ( url ) ;
379379} ;
380380
381- newGraph ( "eff.json" ) ;
381+ newGraph ( "https://gist.githubusercontent.com/lanrat/8187d01793bf3e578d76495182654206/raw/c49741b5206d81935febdf563452cc4346381e52/ eff.json" ) ;
382382</ script >
383383
384384</ body >
You can’t perform that action at this time.
0 commit comments