Преглед изворни кода

Fix server rendering in lesson 14

Dan Thareja пре 9 година
родитељ
комит
a085e086c5
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>