Bladeren bron

Move the warning to the bottom of the page.

Nicolas Petton 11 jaren geleden
bovenliggende
commit
4cef8d36e8
1 gewijzigde bestanden met toevoegingen van 4 en 6 verwijderingen
  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!