forked from JustinBeckwith/photobooth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a57c7ac
commit 30040d5
Showing
7 changed files
with
60 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
env: flex | ||
runtime: nodejs | ||
env_variables: | ||
image: 'apple' | ||
|
||
runtime: custom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<html> | ||
<head> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:site" content="@GoogleCloud"> | ||
<meta name="twitter:creator" content="@JustinBeckwith"> | ||
<meta name="twitter:title" content="You can do that on App Engine!?"> | ||
<meta name="twitter:description" content="I came to GCP Next 2017 to learn all about App Engine. You can too!"> | ||
<meta name="twitter:image" content="{{url}}"> | ||
<script>//window.location.href='https://cloud.google.com/appengine'</script> | ||
</head> | ||
<body> | ||
<a class="twitter-share-button" | ||
data-size="large" | ||
href="https://twitter.com/intent/tweet?text=I%20came%20to%20GCP%20Next%202017%20to%20learn%20all%20about%20App%20Engine.%20You%20can%20too!"> | ||
Tweet | ||
</a> | ||
<div style="margin-top:15px;"> | ||
<a href="https://cloud.google.com/appengine"> | ||
<img src="{{url}}"> | ||
</a> | ||
<div> | ||
<script> | ||
window.twttr = (function(d, s, id) { | ||
var js, fjs = d.getElementsByTagName(s)[0], | ||
t = window.twttr || {}; | ||
if (d.getElementById(id)) return t; | ||
js = d.createElement(s); | ||
js.id = id; | ||
js.src = "https://platform.twitter.com/widgets.js"; | ||
fjs.parentNode.insertBefore(js, fjs); | ||
|
||
t._e = []; | ||
t.ready = function(f) { | ||
t._e.push(f); | ||
}; | ||
|
||
return t; | ||
}(document, "script", "twitter-wjs")); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters