UNPKG

oxe

Version:

A mighty tiny web components framework/library

13 lines (8 loc) 196 B
const { Component } = Oxe; export default class AllRoute extends Component { title = 'Error'; html = /*html*/` <h1>404</h1> <h2>This page does not exists</h2> `; }