ooops : forgot to encode in UTF-8 witn NotePad++ previous whatsnew.html submitted by dink.
This commit is contained in:
parent
0af3d05e84
commit
592576fdff
116
whatsnew.html
116
whatsnew.html
|
@ -1,15 +1,109 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>FB Alpha - What's New</title>
|
||||
<meta charset="UTF-8"/>
|
||||
<style type="text/css">body{font-family:verdana,lucida,sans-serif;font-size:0.8em;color:#333333;background-color:#CE6A57;margin:0em;text-align:center;}a:link{color:#C03029;text-decoration:none;}a:visited{color:#C03029;text-decoration:none;}a:hover{color:#333333;text-decoration:underline;}a:active{color:#C03029;text-decoration:underline;}a.active:link{color:#C03029;text-decoration:none;font-weight:bold;font-style:italic;}a.active:visited{color:#C03029;text-decoration:none;font-weight:bold;font-style:italic;}a.active:hover{color:#333333;text-decoration:underline;font-weight:bold;font-style:italic;}a.active:active{color:#C03029;text-decoration:underline;font-weight:bold;font-style:italic;}h2{color:#C03029;font-size:1.4em;margin-top:1em;}h3{color:#C03029;font-size:1.0em;}li{padding:0.1em;}.outer{width:78em;margin:0em auto;text-align:left;padding:0.7em 0.7em 0.7em 0.7em;background-color:#FFFFFF;border:0.08em solid #808080;margin-top:1em;margin-bottom:1em;}.note{color:#C03029;padding:1em;background-color:#DDD9D9;font-style:italic;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="outer">
|
||||
<h2>FB Alpha - What's New</h2>
|
||||
<p><a href="http://www.fbalpha.com">http://www.fbalpha.com</a><br/>
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>FB Alpha - What's New</title>
|
||||
<meta charset="UTF-8" />
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: verdana, lucida, sans-serif;
|
||||
font-size: 0.8em;
|
||||
color: #333333;
|
||||
background-color: #CE6A57;
|
||||
margin: 0em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #C03029;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #C03029;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #333333;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #C03029;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.active:link {
|
||||
color: #C03029;
|
||||
text-decoration: none;
|
||||
font-weight:bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a.active:visited {
|
||||
color: #C03029;
|
||||
text-decoration: none;
|
||||
font-weight:bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a.active:hover {
|
||||
color: #333333;
|
||||
text-decoration: underline;
|
||||
font-weight:bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a.active:active {
|
||||
color: #C03029;
|
||||
text-decoration: underline;
|
||||
font-weight:bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #C03029;
|
||||
font-size: 1.4em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #C03029;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
li {
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
||||
.outer {
|
||||
width: 78em;
|
||||
margin: 0em auto;
|
||||
text-align: left;
|
||||
padding: 0.7em 0.7em 0.7em 0.7em;
|
||||
background-color: #FFFFFF;
|
||||
border: 0.08em solid #808080;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.note {
|
||||
color: #C03029;
|
||||
padding: 1em;
|
||||
background-color: #DDD9D9;
|
||||
font-style: italic;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="outer">
|
||||
<h2>FB Alpha - What's New</h2>
|
||||
<p><a href="http://www.fbalpha.com">http://www.fbalpha.com</a><br />
|
||||
<a href="http://neosource.1emu.net/forums">http://neosource.1emu.net/forums</a></p>
|
||||
|
||||
<h3>v0.2.97.34</h3>
|
||||
<ul>
|
||||
<li>Fixed Double Dragon II on Megadrive [dink]</li>
|
||||
|
|
Loading…
Reference in New Issue