jam-cloud/web/app/views/ping/ping.html.erb

25 lines
676 B
Plaintext

<html>
<head>
<title>Test Internet Latency</title>
</head>
<body>
<h1>Test Internet Latency</h1>
<p>Select the link corresponding to your internet service provider.
This will launch an applet to test the performance of your connection.</p>
<h1>My ISP is AT&T</h1>
<p>Click <%= link_to 'here', '/ping/at.jnlp' %>.</p>
<h1>My ISP is Comcast</h1>
<p>Click <%= link_to 'here', '/ping/cc.jnlp' %>.</p>
<h1>My ISP is Time Warner</h1>
<p>Click <%= link_to 'here', '/ping/tw.jnlp' %>.</p>
<h1>My ISP is Verizon</h1>
<p>Click <%= link_to 'here', '/ping/vz.jnlp' %>.</p>
<h1>My ISP is none of the above.</h1>
<p>Click <%= link_to 'here', '/ping/no.jnlp' %>.</p>
</body>
</html>