[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

741 B 22 lines
1<!DOCTYPE html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/svg+xml" href="favicon.svg" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>Vite App</title> 8 </head> 9 <body> 10 <div id="app"></div> 11 <script type="module" src="/main.js"></script> 12 <div class="rpl-container rpl-u-margin-t-6 rpl-u-margin-b-6"> 13 <h1 class="rpl-type-h1 rpl-u-margin-b-3">Web components test page</h1> 14 <p class="rpl-type-p rpl-u-margin-b-3"> 15 A short paragraph with a 16 <rpl-text-link url="https://www.google.com">text link</rpl-text-link> in 17 the middle. 18 </p> 19 <rpl-button>Test button</rpl-button> 20 </div> 21 </body> 22</html>