1+ <!doctype html>
2+ < html lang ="en " class ="h-100 ">
3+ < head >
4+ < meta charset ="utf-8 "/>
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no "/>
6+ < meta name ="description " content ="The ElectrumSV Wallet for Bitcoin SV "/>
7+ < meta name ="author " content ="The ElectrumSV Developers "/>
8+ < meta property ="og:site_name " content ="ElectrumSV "/>
9+ < meta property ="og:title " content ="ElectrumSV Website "/>
10+ < meta property ="og:description " content ="This page is currently lacking a description. Contact the developers and let them know. "/>
11+ < meta property ="og:image " content ="https://electrumsv.io/theme/img/ESV_atomicon_RGB_small.png "/>
12+ < meta name ="twitter:card " content ="summary " />
13+ < meta name ="twitter:site " content ="@ElectrumSV "/>
14+ < meta name ="twitter:title " content ="ElectrumSV Website "/>
15+ < meta name ="twitter:description " content ="This page is currently lacking a description. Contact the developers and let them know. "/>
16+ < meta name ="twitter:image " content ="https://electrumsv.io/theme/img/ESV_atomicon_RGB_small.png "/>
17+ < title > ElectrumSV Website - Archives</ title >
18+ < link rel ="stylesheet " href ="./theme/css/fontawesome-v5.6.3.min.css ">
19+ < link rel ="stylesheet " href ="./theme/css/bootstrap.min.css ">
20+ < link rel ="stylesheet " href ="./theme/css/local.css?8 ">
21+ < link rel ="icon " href ="./theme/img/favicon.ico ">
22+ <!-- Clarity tracking code for http://electrumsv.io/ -->
23+ < script >
24+ ( function ( c , l , a , r , i , t , y ) {
25+ c [ a ] = c [ a ] || function ( ) { ( c [ a ] . q = c [ a ] . q || [ ] ) . push ( arguments ) } ;
26+ t = l . createElement ( r ) ; t . async = 1 ; t . src = "https://www.clarity.ms/tag/" + i + "?ref=bwt" ;
27+ y = l . getElementsByTagName ( r ) [ 0 ] ; y . parentNode . insertBefore ( t , y ) ;
28+ } ) ( window , document , "clarity" , "script" , "6ivfzjahk2" ) ;
29+ </ script >
30+ </ head >
31+ < body class ="d-flex flex-column h-100 ">
32+ < main role ="main " class ="flex-shrink-0 mb-3 ">
33+ < div class ="bg-dark ">
34+ < div class ="container ">
35+ < nav class ="navbar navbar-dark navbar-expand-lg ">
36+ < a class ="navbar-brand " href ="./index.html "> < img alt ="The ElectrumSV logo " class ="d-md-block " src ="./theme/img/ESV_logo_wh_RGB_full.svg " onerror ="this.onerror=null; this.src='./theme/img/title_lg.png' " height ="40px " title ="ElectrumSV "/> </ a >
37+ < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
38+ < span class ="navbar-toggler-icon "> </ span >
39+ </ button >
40+ < div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
41+ < ul class ="navbar-nav ml-auto ">
42+ < li class ='nav-item '>
43+ < a class ="nav-link esv-btn-navbar mr-2 " href ="./index.html "> About</ a >
44+ </ li >
45+ < li class ='nav-item '>
46+ < a class ="nav-link esv-btn-navbar mr-2 " href ="https://github.com/electrumsv/electrumsv/releases "> Releases</ a >
47+ </ li >
48+ < li class ='nav-item '>
49+ < a class ="nav-link esv-btn-navbar mr-2 " href ="https://electrumsv.readthedocs.io/ " target ="_blank "> Documentation</ a >
50+ </ li >
51+ < li class ='nav-item '>
52+ < a class ="nav-link esv-btn-navbar mr-2 " href ="https://github.com/electrumsv/electrumsv/issues/new/choose " target ="_blank "> Support</ a >
53+ </ li >
54+ < li class ="nav-item ">
55+ < a class ="nav-link " href ="https://github.com/electrumsv "> < i class ="fab fa-github-square " title ="Github "> </ i > < span class ="d-lg-none "> Github</ span > </ a >
56+ </ li >
57+ < li class ="nav-item ">
58+ < a class ="nav-link " href ="https://twitter.com/electrumsv "> < i class ="fab fa-twitter-square " title ="Twitter "> </ i > < span class ="d-lg-none "> Twitter</ span > </ a >
59+ </ li >
60+ </ ul >
61+ </ div >
62+ </ nav >
63+ </ div >
64+ </ div >
65+
66+ < div class ="container content-container pt-2 ">
67+ < h1 > Archives for ElectrumSV Website</ h1 >
68+
69+ < dl >
70+ < dt > 2023/05/22 08:00 pm</ dt >
71+ < dd > < a href ="./articles/2023/electrumsv-1_3_16.html "> What changed in ElectrumSV 1.3.16?</ a > </ dd >
72+ < dt > 2022/06/17 04:00 pm</ dt >
73+ < dd > < a href ="./articles/2022/electrumsv-1_3_15.html "> What changed in ElectrumSV 1.3.15?</ a > </ dd >
74+ < dt > 2022/06/04 04:00 pm</ dt >
75+ < dd > < a href ="./articles/2022/electrumsv-1_3_14.html "> What changed in ElectrumSV 1.3.14?</ a > </ dd >
76+ < dt > 2021/05/03 04:00 pm</ dt >
77+ < dd > < a href ="./articles/2021/electrumsv-1_3_13.html "> What changed in ElectrumSV 1.3.13?</ a > </ dd >
78+ < dt > 2021/04/30 04:00 pm</ dt >
79+ < dd > < a href ="./articles/2021/the-scaling-test-network.html "> The Scaling Test Network</ a > </ dd >
80+ < dt > 2020/10/05 04:00 pm</ dt >
81+ < dd > < a href ="./articles/2020/how-do-coins-get-stolen.html "> How do coins get stolen?</ a > </ dd >
82+ </ dl >
83+ </ div >
84+ </ main >
85+
86+ < footer class ="footer site-footer bg-dark py-2 mt-auto ">
87+ < div class ="container ">
88+ < p class ="text-center text-white-50 mt-4 mb-2 ">
89+ This web site is copyright 2018-2024 < a href ="https://github.com/rt121212121 "> Roger Taylor</ a >
90+ </ p >
91+ </ div >
92+ </ footer >
93+
94+ < script src ="./theme/js/jquery-3.3.1.min.js "> </ script >
95+ < script src ="./theme/js/bootstrap.min.js "> </ script >
96+ < script src ="./theme/js/local.js "> </ script >
97+ </ body >
98+ </ html >
0 commit comments