www2.0/templates/portal.html.ep
swaggboi e46e0b78c4 Some clean-up and new additions:
- New entry to the News page
- Made titles of the various pages more consistent within the head tags
- Added some accessibility tweaks: titles to iframes, meta description tags and labels to input tags
- Removed version pinning from cpanfile that was no longer needed
2021-06-10 20:41:27 -04:00

22 lines
693 B
Plaintext

% title 'Web Portal';
% layout 'swagg';
<center>
<h2>Web Portal</h2>
+--------------------------+<br>
<h3>Search the Web</h3>
<iframe
title="Search the Web"
src="https://duckduckgo.com/search.html?width=415&duck=yes&prefill=Search DuckDuckGo&bgcolor=000"
style="overflow:hidden;margin:0;padding:0;width:548px;height:60px;"
frameborder="0">
</iframe>
<br>
+--------------------------+<br>
<h3>Local Weather</h3>
<!-- weather widget start -->
<img src="https://w.bookcdn.com/weather/picture/3_1103_0_1_137AE9_430_ffffff_333333_08488D_1_ffffff_333333_0_6.png?scode=2&domid=w209&anc_id=87270"
alt="weather"/>
<!-- weather widget end -->
</center>
<br>