diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-10 22:43:25 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-10 22:43:25 -0400 |
commit | e373b24d5cbdb150ae1426e9b39f5661817c2327 (patch) | |
tree | 39fae476422c4d07ddc3d1939052ac591e1c36a4 | |
parent | 59a987df36a7cfb10efb148e54b612a058ef3526 (diff) |
Testing external css
-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> |