Browse Source

Rename css for reasons;

feature/split
Nero Ignis 5 years ago
parent
commit
00acba3d02
  1. 0
      css/blackjack.css
  2. 2
      index.htm

0
css/app.css → css/blackjack.css

2
index.htm

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/alertifyjs@1.13.1/build/css/alertify.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/alertifyjs@1.13.1/build/css/themes/bootstrap.min.css"/>
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/blackjack.css">
<link rel="icon" href="favicon.ico">
</head>
<body>

Loading…
Cancel
Save