saner title tags

This commit is contained in:
Matthew Hodgson 2015-07-07 17:45:45 +01:00
parent fe4b089139
commit 0b20785ca0
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<html lang="en" style="height: 100%; overflow: hidden">
<head>
<meta charset="utf-8">
<title>Matrix Flux</title>
<title>Matrix React SDK Custom Example</title>
</head>
<body style="height: 100%; ">
<section id="matrixchat" style="height: 100%; "></section>

View file

@ -2,10 +2,10 @@
<html lang="en" style="height: 100%; overflow: hidden">
<head>
<meta charset="utf-8">
<title>Matrix Flux</title>
<title>Matrix React SDK Example</title>
</head>
<body style="height: 100%; ">
<section id="matrixchat" style="height: 100%; "></section>
<body style="height: 100%;">
<section id="matrixchat" style="height: 100%;"></section>
<script src="bundle.js"></script>
<link rel="stylesheet" href="node_modules/matrix-react-sdk/bundle.css">
</body>