diff options
author | Logan Hunt <loganthebean222@gmail.com> | 2017-07-11 21:14:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 21:14:14 -0700 |
commit | 2d108095a2cec042375dbb935b5261e2339e4fcc (patch) | |
tree | 969f4e7f3eba70e5e7e9699750bc3db7c4af880f /rubikscube.html | |
parent | cd928ffaae6ff879df180600b337edeb04e2ad62 (diff) | |
download | old-src-backup-2d108095a2cec042375dbb935b5261e2339e4fcc.tar.gz old-src-backup-2d108095a2cec042375dbb935b5261e2339e4fcc.zip |
Add files via upload
Diffstat (limited to 'rubikscube.html')
-rw-r--r-- | rubikscube.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/rubikscube.html b/rubikscube.html new file mode 100644 index 0000000..db12a3c --- /dev/null +++ b/rubikscube.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> + +<html> + <head> + <meta charset="utf-8"> + <link href="https://fonts.google.com/specimen/Roboto+Slab?selection.family=Roboto+Slab" rel="stylesheet"> + <link rel="stylesheet" href="styles.css"> + </head> + <body> + <iframe src="https://www.google.com/logos/2014/rubiks/iframe/index.html" style="border:1px ##3bed60 none;" name="Google Cube" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="600" width="600"></iframe> + <li><a href="index.html">Home</a></li> + </div> + </div> + </body> +</html> |