summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
blob: 443e34e1c3198b143edf3b02a2c4a5e5307757db (plain)
1
2
3
4
5
6
7
8
9
10
<% local view = ... %>
<% html = require("acf.html") %>

<h1>Hardware information</h1>

<h2>Processor</h2>
<pre><%= html.html_escape(view.value.processor.value) %></pre>

<h2>Memory</h2>
<pre><%= html.html_escape(view.value.memory.value) %></pre>