views/user.html - git - Webernet Explorer _X
git 🏠 Home 👤 Sign up Self hosted git, retro shell
★ otgit, code hosting from the year 2000 ★
📄 octuna / views / user.html
17 lines · 0.4 KB · Raw
1<div class="panel">
2 <div class="head">&#128100; {{DISPLAY_NAME}}</div>
3 <div class="body">
4 <p><strong>{{USERNAME}}</strong></p>
5 <p>{{BIO}}</p>
6 <p style="font-size:11px;color:#555">Member since {{JOINED}}</p>
7 {{CREATE_LINK}}
8 </div>
9</div>
10 
11<div class="panel">
12 <div class="head">&#128218; Repositories</div>
13 <div class="body">
14 {{REPOS_HTML}}
15 </div>
16</div>
17 
Done 🔒 Internet