Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dart.googlesource.com-stagehand
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
dart.googlesource.com-stagehand
Commits
690acf84
Commit
690acf84
authored
10 years ago
by
Seth Ladd
Browse files
Options
Downloads
Patches
Plain Diff
add schema.org
parent
fc1bd67d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
site/index.html
+4
-5
4 additions, 5 deletions
site/index.html
site/stagehand_guy.jpg
+0
-0
0 additions, 0 deletions
site/stagehand_guy.jpg
with
4 additions
and
5 deletions
site/index.html
+
4
−
5
View file @
690acf84
<!doctype html>
<html
lang=
"en"
>
<html
lang=
"en"
itemscope
itemtype=
"http://schema.org/SoftwareApplication"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
"Stagehand is a project generator for Dart apps."
>
<meta
itemprop=
"image"
content=
"stagehand_guy.jpg"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Stagehand - Easily create your Dart apps
</title>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"
>
<link
href=
'http://fonts.googleapis.com/css?family=Roboto|Oswald:700'
rel=
'stylesheet'
type=
'text/css'
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"styles.css"
>
</head>
...
...
@@ -102,7 +103,6 @@ $ pub global run stagehand -o <appname> webapp
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"
></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
){
i
[
'
GoogleAnalyticsObject
'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
(){
(
i
[
r
].
q
=
i
[
r
].
q
||
[]).
push
(
arguments
)},
i
[
r
].
l
=
1
*
new
Date
();
a
=
s
.
createElement
(
o
),
...
...
@@ -111,6 +111,5 @@ $ pub global run stagehand -o <appname> webapp
ga
(
'
create
'
,
'
UA-55033590-2
'
,
'
auto
'
);
ga
(
'
send
'
,
'
pageview
'
);
</script>
<!-- Built with love using Web Starter Kit -->
</body>
</html>
This diff is collapsed.
Click to expand it.
site/stagehand_guy.jpg
0 → 100644
+
0
−
0
View file @
690acf84
59.1 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment