瀏覽代碼

Move the warning to the bottom of the page.

Nicolas Petton 11 年之前
父節點
當前提交
4cef8d36e8
共有 1 個文件被更改,包括 4 次插入6 次删除
  1. 4 6
      overview/2-loading-amber.md

+ 4 - 6
overview/2-loading-amber.md

@@ -100,12 +100,6 @@ Here is our final version of `index.html`.
 </html> 
 {% endhighlight %}
 
-
-<p class="warning">
-Most web browser will block popups by default. You may need to authorize the Helios popup.
-</p>
-
-
 You can now start the amber server by evaluating from your project root directory:
 
 {% highlight sh %}
@@ -114,4 +108,8 @@ amber serve .
 
 Open [localhost:4000](http://localhost:4000). Helios will popup on startup.
 
+<p class="warning">
+Most web browser will block popups by default. You may need to authorize the Helios popup.
+</p>
+
 You are now ready to create your own Amber packages!