Navigation Menu

Skip to content

Commit

Permalink
Add new prefetching/prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo committed Jul 4, 2011
1 parent 5db5380 commit ce58a6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -10,6 +10,8 @@
<link rel="prefetch" href="schedule.html">
<link rel="prerender" href="location.html">
<link rel="prefetch" href="location.html">
<link rel="prefetch" href="https://autofiscal.com/aprodeweb/campaigns/conf2011/sales/new">
<link rel="prerender" href="https://autofiscal.com/aprodeweb/campaigns/conf2011/sales/new">
</head>
<body>
<header>
Expand Down
4 changes: 4 additions & 0 deletions schedule.html
Expand Up @@ -8,6 +8,10 @@
<link href='http://fonts.googleapis.com/css?family=Open+Sans:bold' rel='stylesheet' type='text/css'/>
<link rel="prerender" href="speakers.html">
<link rel="prefetch" href="speakers.html">
<link rel="prerender" href="location.html">
<link rel="prefetch" href="location.html">
<link rel="prerender" href="/">
<link rel="prefetch" href="/">
<style>
.schedule { margin-top: 35px}
.schedule h2 { padding-bottom: 25px; }
Expand Down

0 comments on commit ce58a6e

Please sign in to comment.