mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
16 lines
220 B
HTML
16 lines
220 B
HTML
<head>
|
|
<title>Client Info</title>
|
|
</head>
|
|
|
|
<body>
|
|
{{> info}}
|
|
</body>
|
|
|
|
<template name="info">
|
|
<h1>Client Info</h1>
|
|
|
|
<p>Information about this client available on the server:</p>
|
|
|
|
<pre>{{info}}</pre>
|
|
</template>
|