Rewild Your Web
web browser dweb
16
fork

Configure Feed

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

1<!DOCTYPE html> 2<html> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>Servo - New Tab</title> 7 <link rel="stylesheet" href="resource:///newtab.css" /> 8 </head> 9 <body> 10 <a href="https://servo.org"> 11 <img class="light" src="resource:///servo-color-positive-no-container.svg" draggable="false"/> 12 <img class="dark" src="resource:///servo-color-negative-no-container.svg" draggable="false"/> 13 </a> 14 <form action="https://duckduckgo.com/html/"> 15 <input name="q" placeholder="Search the web…" autofocus /> 16 <button type="submit">Go!</button> 17 </form> 18 <a href="https://servo.org">Home</a> 19 </body> 20</html>