diff options
-rw-r--r-- | clock.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ <head> <title>Clock</title> <link rel="stylesheet" href="css/bootstrap.min.css"> -<link rel="stylesheet" href="css/style.css"> +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <link rel="shortcut icon" type="image/png" href="clock.png"> </head> <body> |