瀏覽代碼

Merge pull request #141 from danthareja/lesson-14/fix-server-rendering

Fix server rendering in lesson 14
Tim Dorr 9 年之前
父節點
當前提交
78bb5195e1
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      lessons/14-whats-next/public/index.html

+ 0 - 7
lessons/14-whats-next/public/index.html

@@ -1,7 +0,0 @@
-<!doctype html public="storage">
-<html>
-<meta charset=utf-8/>
-<title>My First React Router App</title>
-<link rel=stylesheet href=/index.css>
-<div id=app></div>
-<script src="/bundle.js"></script>