<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <!-- MIT License Copyright (c) 2020 Viresh Ratnakar See the full license notice in exet.js. Current version: v0.95, March 12, 2025 --> <link rel="stylesheet" type="text/css" href="exolve-m.css?v1.62"/> <link rel="stylesheet" type="text/css" href="exet.css?v0.95"/> <script> /** * Language-specific parameters. */ exetConfig = { defaultDimension: 15, defaultPopularity: 25, researchTools: [ /** The first entry should not be name: "separator" */ {url: "https://pt.wiktionary.org/wiki/", name: "Wiktionary", suffix: "#pt"}, ], extraTabs: [], listsLinks: [ {name: "Crossword Unclued's list of abbreviations", url: "https://www.crosswordunclued.com/2008/10/" + "cryptic-abbreviations.html"}, {name: "Wikipedia's list of abbreviations", url: "https://en.wikipedia.org/wiki/Crossword_abbreviations"}, {name: "Mythic beasts list of abbreviations", url: "http://sphinx.mythic-beasts.com/~mark/random/indicators/"}, ], }; </script> <script src="exolve-m.js?v1.62"></script> <script src="exolve-from-puz.js?v1.62"></script> <script src="exolve-to-puz.js?v1.62"></script> <script defer src="lufz-pt-br-lexicon.js?v0.95"></script> <script src="exet-lexicon.js?v0.95"></script> <script src="exet-analysis.js?v0.95"></script> <script src="exet-autofill.js?v0.95"></script> <script src="exet.js?v0.95"></script> <title>Exet Brazilian: Create a crossword in Portuguese</title> </head> <body> <div id="xet-loading" style="text-align:center;font-family:monospace;padding-top:100px"> <h3><span class="xet-blue">Exet: A web app for crossword construction</span></h3> <h4>Loading the lexicon. This may take a few seconds, please wait...</h4> </div> <div id="xet-xlv-frame"> </div> </body> </html>