Classroom blog: googleclouduconn.blogspot.com
9/20/2021, 8:39 PM
first.html
====================
<!DOCTYPE html>
<html>
<head>
<title>Very simple example
</title>
</head>
<body>
This will appear as is.
<a href="https://storage.cloud.google.com/johnspizza2/second.html">clickable
text</a><br>
</body>
</html>
============================================================================
second.html
============================================================================
<!DOCTYPE html>
<html>
<head>
<title>second
</title>
</head>
<body>
second
<img src="https://uconnhuskies.com/images/logos/site/site.png"/>
</body>
</html>
=========================================================================
gsutil cp -A first.html gs://johnspizza2/
No comments:
Post a Comment