Meilleure url pour iframe

This commit is contained in:
echarp 2014-08-24 14:40:13 +02:00
parent 275da73e92
commit 4471ffd215
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
iframe { height: 99%; }
</style>
<body>
<iframe src='http://localhost:3000?iframe=true'></iframe>
<iframe src='/?iframe=true'></iframe>
</body>
</html>