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