kopia lustrzana https://github.com/cyoung/stratux
17 wiersze
490 B
HTML
17 wiersze
490 B
HTML
|
<div class="list-group text-center">
|
||
|
<div class="list-group-item list-group-item-home">
|
||
|
<h2>Logs</h2>
|
||
|
</div>
|
||
|
<div class="list-group-item list-group-item-home">
|
||
|
<div>
|
||
|
<i class="fa fa-cloud feature-icon text-primary"></i>
|
||
|
</div>
|
||
|
<div>
|
||
|
this space reserved to display the various logs
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col-sm-6">
|
||
|
<pre>{{userAgent}}</pre>
|
||
|
<pre>{{deviceViewport}}</pre>
|
||
|
</div>
|