Skip to content

Commit

Permalink
Upgrade font-awesome, bootbox and bootswatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit committed Nov 27, 2023
1 parent 850ca69 commit b96c36a
Show file tree
Hide file tree
Showing 23 changed files with 153 additions and 176 deletions.
19 changes: 9 additions & 10 deletions html/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Janus WebRTC Server (multistream): Admin/Monitor</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="css/demo.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" type="text/css"/>
</head>
<body>

<a href="https://github.com/meetecho/janus-gateway"><img style="position: absolute; top: 0; left: 0; border: 0; z-index: 2001;" src="forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>

<header>
<nav id="header" class="navbar navbar-expand-xl navbar-dark bg-light fixed-top">
<nav id="header" class="navbar navbar-expand-xl bg-primary" data-bs-theme="dark">
</nav>
</header>

Expand Down Expand Up @@ -100,7 +99,7 @@ <h4>Event handlers</h4>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="settings">
<h4>Settings <i id="update-settings" class="fa fa-refresh" title="Refresh settings" style="cursor: pointer;"></i></h4>
<h4>Settings <i id="update-settings" class="fa-solid fa-refresh" title="Refresh settings" style="cursor: pointer;"></i></h4>
<div>
<table class="table table-striped" id="server-settings">
</table>
Expand Down Expand Up @@ -148,17 +147,17 @@ <h5>Response</h5>
</div>
<div role="tabpanel" class="tab-pane fade" id="handlesinfo">
<div id="sessions" class="col-md-2">
<h4>Sessions (<span id="sessions-num">0</span>) <i id="update-sessions" class="fa fa-refresh" title="Refresh list of sessions" style="cursor: pointer;"></i></h4>
<h4>Sessions (<span id="sessions-num">0</span>) <i id="update-sessions" class="fa-solid fa-refresh" title="Refresh list of sessions" style="cursor: pointer;"></i></h4>
<div id="sessions-list" class="list-group">
</div>
</div>
<div id="handles" class="col-md-2">
<h4>Handles (<span id="handles-num"></span>) <i id="update-handles" class="fa fa-refresh" title="Refresh list of handles" style="cursor: pointer;"></i></h4>
<h4>Handles (<span id="handles-num"></span>) <i id="update-handles" class="fa-solid fa-refresh" title="Refresh list of handles" style="cursor: pointer;"></i></h4>
<div id="handles-list" class="list-group">
</div>
</div>
<div id="info" class="col-md-8">
<h4>Handle Info <i id="update-handle" class="fa fa-refresh" title="Refresh handle info" style="cursor: pointer;"></i></h4>
<h4>Handle Info <i id="update-handle" class="fa-solid fa-refresh" title="Refresh handle info" style="cursor: pointer;"></i></h4>
<div id="options" class="hide">
<label class="checkbox-inline" title="Autorefresh this info every 5s">
<input id="autorefresh" type="checkbox" value="" title="Autorefresh this info every 5s">Autorefresh
Expand All @@ -176,7 +175,7 @@ <h4>Handle Info <i id="update-handle" class="fa fa-refresh" title="Refresh handl
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="tokens">
<h4>Stored Tokens <i id="update-tokens" class="fa fa-refresh" title="Refresh tokens" style="cursor: pointer;"></i></h4>
<h4>Stored Tokens <i id="update-tokens" class="fa-solid fa-refresh" title="Refresh tokens" style="cursor: pointer;"></i></h4>
<div>
<table class="table table-striped" id="auth-tokens">
</table>
Expand All @@ -192,7 +191,7 @@ <h4>Stored Tokens <i id="update-tokens" class="fa fa-refresh" title="Refresh tok
</div>
</div>
</body>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.4.0/bootbox.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/6.0.0/bootbox.min.js"></script>
<script type="text/javascript" src="admin.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
Expand Down
13 changes: 6 additions & 7 deletions html/audiobridgetest.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Janus WebRTC Server (multistream): Audio Bridge Demo</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="css/demo.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/css/bootstrap-slider.css" type="text/css"/>
</head>
<body>

<a href="https://github.com/meetecho/janus-gateway"><img style="position: absolute; top: 0; left: 0; border: 0; z-index: 2001;" src="forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>

<header>
<nav id="header" class="navbar navbar-expand-xl navbar-dark bg-light fixed-top">
<nav id="header" class="navbar navbar-expand-xl bg-primary" data-bs-theme="dark">
</nav>
</header>

Expand All @@ -25,7 +24,7 @@
<div class="col-md-12">
<div class="page-header">
<h1>Plugin Demo: Audio Room (mixed)
<button class="btn btn-default" autocomplete="off" id="start">Start</button>
<button class="btn btn-secondary" autocomplete="off" id="start">Start</button>
</h1>
</div>
<div class="container" id="details">
Expand Down Expand Up @@ -98,8 +97,8 @@ <h3 class="panel-title">Mixed Audio</h3>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/8.2.3/adapter.min.js" ></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js" ></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.4.0/bootbox.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.3.2/spin.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/6.0.0/bootbox.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/spin.js/4.1.1/spin.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/bootstrap-slider.min.js"></script>
<script type="text/javascript" src="settings.js" ></script>
<script type="text/javascript" src="janus.js" ></script>
Expand Down
23 changes: 11 additions & 12 deletions html/canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Janus WebRTC Server (multistream): Canvas Capture</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="css/demo.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.css"/>
</head>
<body>

<a href="https://github.com/meetecho/janus-gateway"><img style="position: absolute; top: 0; left: 0; border: 0; z-index: 2001;" src="forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>

<header>
<nav id="header" class="navbar navbar-expand-xl navbar-dark bg-light fixed-top">
<nav id="header" class="navbar navbar-expand-xl bg-primary" data-bs-theme="dark">
</nav>
</header>

Expand All @@ -25,7 +24,7 @@
<div class="col-md-12">
<div class="page-header">
<h1>Plugin Demo: Canvas Capture
<button class="btn btn-default" autocomplete="off" id="start">Start</button>
<button class="btn btn-secondary" autocomplete="off" id="start">Start</button>
</h1>
</div>
<div class="container" id="details">
Expand Down Expand Up @@ -100,23 +99,23 @@ <h3 class="panel-title">Tweaks</h3>
</div>
<div class="panel-body" id="tweaks">
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-font fa-fw"></i></span>
<span class="input-group-addon"><i class="fa-solid fa-font fa-fw"></i></span>
<input class="form-control" type="text" autocomplete="off" id="font" onkeypress="return checkEnter(event);"></input>
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-eraser fa-fw"></i></span>
<span class="input-group-addon"><i class="fa-solid fa-eraser fa-fw"></i></span>
<input class="form-control" type="text" autocomplete="off" id="color" onkeypress="return checkEnter(event);"></input>
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-text-width fa-fw"></i></span>
<span class="input-group-addon"><i class="fa-solid fa-text-width fa-fw"></i></span>
<input class="form-control" type="text" autocomplete="off" id="posX" onkeypress="return checkEnter(event);"></input>
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-text-height fa-fw"></i></span>
<span class="input-group-addon"><i class="fa-solid fa-text-height fa-fw"></i></span>
<input class="form-control" type="text" autocomplete="off" id="posY" onkeypress="return checkEnter(event);"></input>
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-edit fa-fw"></i></span>
<span class="input-group-addon"><i class="fa-solid fa-edit fa-fw"></i></span>
<input class="form-control" type="text" autocomplete="off" id="text" onkeypress="return checkEnter(event);"></input>
</div>
</div>
Expand Down Expand Up @@ -145,8 +144,8 @@ <h3 class="panel-title">Remote Stream <span class="label label-primary hide" id=
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/8.2.3/adapter.min.js" ></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js" ></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.4.0/bootbox.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.3.2/spin.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/6.0.0/bootbox.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/spin.js/4.1.1/spin.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.js"></script>
<script type="text/javascript" src="settings.js" ></script>
<script type="text/javascript" src="janus.js" ></script>
Expand Down
5 changes: 2 additions & 3 deletions html/citeus.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Janus WebRTC Server (multistream): Cite us!</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="css/demo.css" type="text/css"/>
</head>
<body>

<a href="https://github.com/meetecho/janus-gateway"><img style="position: absolute; top: 0; left: 0; border: 0; z-index: 2001;" src="forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>

<header>
<nav id="header" class="navbar navbar-expand-xl navbar-dark bg-light fixed-top">
<nav id="header" class="navbar navbar-expand-xl bg-primary" data-bs-theme="dark">
</nav>
</header>

Expand Down
5 changes: 2 additions & 3 deletions html/demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Janus WebRTC Server (multistream): Demo Tests</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="css/demo.css" type="text/css"/>
</head>
<body>

<a href="https://github.com/meetecho/janus-gateway"><img style="position: absolute; top: 0; left: 0; border: 0; z-index: 2001;" src="forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>

<header>
<nav id="header" class="navbar navbar-expand-xl navbar-dark bg-light fixed-top">
<nav id="header" class="navbar navbar-expand-xl bg-primary" data-bs-theme="dark">
</nav>
</header>

Expand Down
17 changes: 8 additions & 9 deletions html/devicetest.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Janus WebRTC Server (multistream): Device Selection Test</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="css/demo.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.css"/>
</head>
<body>

<a href="https://github.com/meetecho/janus-gateway"><img style="position: absolute; top: 0; left: 0; border: 0; z-index: 2001;" src="forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>

<header>
<nav id="header" class="navbar navbar-expand-xl navbar-dark bg-light fixed-top">
<nav id="header" class="navbar navbar-expand-xl bg-primary" data-bs-theme="dark">
</nav>
</header>

Expand All @@ -25,7 +24,7 @@
<div class="col-md-12">
<div class="page-header">
<h1>Device Selection
<button class="btn btn-default" autocomplete="off" id="start">Start</button>
<button class="btn btn-secondary" autocomplete="off" id="start">Start</button>
</h1>
</div>
<div class="container" id="details">
Expand Down Expand Up @@ -97,7 +96,7 @@ <h3 class="panel-title">Local Stream
<div class="panel-body" id="videoleft"></div>
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-upload fa-fw"></i></span>
<span class="input-group-addon"><i class="fa-solid fa-cloud-upload fa-fw"></i></span>
<input class="form-control" type="text" placeholder="Write a DataChannel message" autocomplete="off" id="datasend" onkeypress="return checkEnter(event);" disabled />
</div>
</div>
Expand All @@ -121,7 +120,7 @@ <h3 class="panel-title">Remote Stream
<div class="panel-body" id="videoright"></div>
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-download fa-fw"></i></span>
<span class="input-group-addon"><i class="fa-solid fa-cloud-download fa-fw"></i></span>
<input class="form-control" type="text" id="datarecv" disabled />
</div>
</div>
Expand All @@ -139,8 +138,8 @@ <h3 class="panel-title">Remote Stream
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/8.2.3/adapter.min.js" ></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js" ></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.4.0/bootbox.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.3.2/spin.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/6.0.0/bootbox.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/spin.js/4.1.1/spin.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.js"></script>
<script type="text/javascript" src="settings.js" ></script>
<script type="text/javascript" src="janus.js" ></script>
Expand Down
3 changes: 1 addition & 2 deletions html/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Janus WebRTC Server: Documentation</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/cerulean/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="css/demo.css" type="text/css"/>
</head>
<body>
Expand Down
Loading

0 comments on commit b96c36a

Please sign in to comment.