forked from huksley/todo-react-ssr-serverless
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
32 lines (31 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html lang="en" data-framework="react">
<head>
<meta charset="utf-8">
<title>Astra • ReactJS • Serverless • Todo Demo</title>
<link rel="shortcut icon" type="image/png" href="{{CDN}}/favicon.png"/>
<link rel="stylesheet" href="{{CDN}}/css/base.css">
<link rel="stylesheet" href="{{CDN}}/css/index.css">
<link rel="stylesheet" href="{{CDN}}/css/spinner.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.min.css">
<meta name="description" content="Serverless + AWS API Gateway + AWS Lambda + Apache Cassandra + Webpack + ReactJS + ReactRouter + Server Side Rendering + Isomorphic app">
<meta property="og:title" content="Todo example in ReactJS with Serverless and Apache Cassandra">
<meta property="og:description" content="Serverless + AWS API Gateway + AWS Lambda + Apache Cassandra + Webpack + ReactJS + ReactRouter + Server Side Rendering + Isomorphic app. Fork me on GitHub.">
<meta property="og:url" content="https://astra.datastax.com/">
<meta property="og:image" content="https://github.com/tjake/todo-astra-react-serverless/raw/master/todo.png">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US" />
</head>
<body>
<script id="props" data-props='{{props}}'></script>
<section class="todoapp">{{thing}}</section>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://github.com/gdborton/">gdborton</a></p>
<p>Upgraded and cloudified by <a href="http://github.com/huksley/">huksley</a></p>
<p>Modified for Datastax Astra Cassandra service by <a href="http://github.com/tjake">tjake</a></p>
</footer>
<a class="github-fork-ribbon" href="https://github.com/tjake/todo-astra-react-serverless" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<script src="{{CDN}}/index.bundle.js"></script>
</body>
</html>