mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 06:45:05 +01:00
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
<template name="config-menu__cheats">
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<form class="config__form" id="conf-cheats__form">
|
|
<div class="config__hz-wrapper" id="conf-cheats__hz-wrapper">
|
|
<recomp-config-group recomp-data="cheats" />
|
|
<recomp-description />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</template>
|