UNPKG

rue-mist-interface

Version:

Mist interface application

17 lines (16 loc) 658 B
<template name="popupWindows_about"> <div class="row popup-windows about"> <div class="col col-4 "> <img class="left-overlay {{mode}}" src="{{appIconPath}}" style="position: relative;top: -40px;left: -132%;width: 255%;"> </div> <div class="col col-8 "> <h1>{{appName}}</h1> <p> Version {{mist.version}}<br> License {{mist.license}}<br> GitHub <a href="https://github.com/ethereum/mist" target="_blank">github.com/rue-network/mist</a> </p> <small>Copyright 2018 Rue Foundation</small> </div> </div> </template>