10 lines
337 B
Vue
10 lines
337 B
Vue
<template>
|
|
<div class="container-xxl" role="main">
|
|
<div class="page-header">
|
|
<h1>About</h1>
|
|
This project was started from
|
|
<a href="https://www.mikrocontroller.net/topic/525778" target="_blank">this discussion.
|
|
(Mikrocontroller.net)</a>
|
|
</div>
|
|
</div>
|
|
</template> |