Skip to content

Instantly share code, notes, and snippets.

@mbaljeetsingh
Last active August 29, 2015 14:02
Show Gist options
  • Save mbaljeetsingh/ff3fb110fb4010033241 to your computer and use it in GitHub Desktop.
Save mbaljeetsingh/ff3fb110fb4010033241 to your computer and use it in GitHub Desktop.
Using Google Drive As CDN
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Google CDN Example</title>
<link rel="stylesheet" href="https://googledrive.com/host/0B9tQ5z-2ysgYenY1Rk5BQlA4TkE/style.css">
</head>
<body>
<p>Google CDN Example</p>
This data is not stored locally.
<img src="https://googledrive.com/host/0B9tQ5z-2ysgYenY1Rk5BQlA4TkE/google.jpg" height="50%" width="50%"/>
</body>
</html>
p {
background-color: #FFE7B7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment